Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnfs_fs.h428 extern const struct address_space_operations nfs_file_aops;
/linux-4.1.27/fs/nfs/
Dfile.c584 const struct address_space_operations nfs_file_aops = { variable
Dinode.c396 inode->i_data.a_ops = &nfs_file_aops; in nfs_fhget()