Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnfs_fs.h517 extern const struct address_space_operations nfs_file_aops;
/openbmc/linux/fs/nfs/
H A Dfile.c558 const struct address_space_operations nfs_file_aops = {
557 const struct address_space_operations nfs_file_aops = { global() variable
H A Dinode.c495 inode->i_data.a_ops = &nfs_file_aops; in nfs_fhget()