Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dnfs_fs.h517 extern const struct address_space_operations nfs_file_aops;
/Linux-v6.6/fs/nfs/
Dfile.c557 const struct address_space_operations nfs_file_aops = { variable
Dinode.c492 inode->i_data.a_ops = &nfs_file_aops; in nfs_fhget()