Home
last modified time | relevance | path

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

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