Home
last modified time | relevance | path

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

/linux-6.15/fs/ecryptfs/
H A Dmmap.c515 const struct address_space_operations ecryptfs_aops = { variable
H A Decryptfs_kernel.h527 extern const struct address_space_operations ecryptfs_aops;
H A Dinode.c55 inode->i_mapping->a_ops = &ecryptfs_aops; in ecryptfs_inode_set()