Home
last modified time | relevance | path

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

/openbmc/linux/fs/ecryptfs/
H A Dsuper.c170 const struct super_operations ecryptfs_sops = { variable
H A Decryptfs_kernel.h525 extern const struct super_operations ecryptfs_sops;
H A Dmain.c522 s->s_op = &ecryptfs_sops; in ecryptfs_mount()