Home
last modified time | relevance | path

Searched refs:file_inode_ops (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/fs/nfs/
Dproc.c712 .file_inode_ops = &nfs_file_inode_operations,
Dclient.c1137 BUG_ON(!server->nfs_client->rpc_ops->file_inode_ops); in nfs_create_server()
1500 BUG_ON(!server->nfs_client->rpc_ops->file_inode_ops); in nfs4_server_common_setup()
Dnfs3proc.c855 .file_inode_ops = &nfs3_file_inode_operations,
Dinode.c291 inode->i_op = NFS_SB(sb)->nfs_client->rpc_ops->file_inode_ops; in nfs_fhget()
Dnfs4proc.c5898 .file_inode_ops = &nfs4_file_inode_operations,
/linux-2.6.39/include/linux/
Dnfs_xdr.h1129 const struct inode_operations *file_inode_ops; member