Home
last modified time | relevance | path

Searched refs:ecryptfs_fs_context (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/ecryptfs/
H A Dmain.c220 struct ecryptfs_fs_context { struct
248 struct ecryptfs_fs_context *ctx = fc->fs_private; in ecryptfs_parse_param() argument
338 struct ecryptfs_fs_context *ctx = fc->fs_private; in ecryptfs_validate_options()
436 struct ecryptfs_fs_context *ctx = fc->fs_private; in ecryptfs_get_tree()
588 struct ecryptfs_fs_context *ctx = fc->fs_private; in ecryptfs_free_fc()
608 struct ecryptfs_fs_context *ctx; in ecryptfs_init_fs_context()
611 ctx = kzalloc(sizeof(struct ecryptfs_fs_context), GFP_KERNEL); in ecryptfs_init_fs_context()