Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_fs.h458 extern const struct address_space_operations nfs_file_aops;
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfile.c514 const struct address_space_operations nfs_file_aops = { variable
H A Dinode.c496 inode->i_data.a_ops = &nfs_file_aops; in nfs_fhget()