NFS_PROTO          84 fs/nfs/delegation.h 	return NFS_PROTO(inode)->have_delegation(inode, FMODE_READ) &&
NFS_PROTO         356 fs/nfs/dir.c   	error = NFS_PROTO(inode)->readdir(file_dentry(file), cred, entry->cookie, pages,
NFS_PROTO         875 fs/nfs/dir.c   	desc->decode = NFS_PROTO(inode)->decode_dirent;
NFS_PROTO        1022 fs/nfs/dir.c   	if (NFS_PROTO(dir)->version == 2)
NFS_PROTO        1166 fs/nfs/dir.c   	ret = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr, label);
NFS_PROTO        1221 fs/nfs/dir.c   	if (NFS_PROTO(dir)->have_delegation(inode, FMODE_READ))
NFS_PROTO        1432 fs/nfs/dir.c   	error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr, label);
NFS_PROTO        1588 fs/nfs/dir.c   	inode = NFS_PROTO(dir)->open_context(dir, ctx, open_flags, &attr, &created);
NFS_PROTO        1659 fs/nfs/dir.c   	if (NFS_PROTO(dir)->have_delegation(inode, FMODE_READ))
NFS_PROTO        1707 fs/nfs/dir.c   		error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr, NULL);
NFS_PROTO        1770 fs/nfs/dir.c   	error = NFS_PROTO(dir)->create(dir, dentry, &attr, open_flags);
NFS_PROTO        1797 fs/nfs/dir.c   	status = NFS_PROTO(dir)->mknod(dir, dentry, &attr, rdev);
NFS_PROTO        1823 fs/nfs/dir.c   	error = NFS_PROTO(dir)->mkdir(dir, dentry, &attr);
NFS_PROTO        1850 fs/nfs/dir.c   		error = NFS_PROTO(dir)->rmdir(dir, &dentry->d_name);
NFS_PROTO        1861 fs/nfs/dir.c   		error = NFS_PROTO(dir)->rmdir(dir, &dentry->d_name);
NFS_PROTO        1891 fs/nfs/dir.c   		error = NFS_PROTO(dir)->remove(dir, dentry);
NFS_PROTO        1895 fs/nfs/dir.c   		error = NFS_PROTO(dir)->remove(dir, dentry);
NFS_PROTO        1983 fs/nfs/dir.c   	error = NFS_PROTO(dir)->symlink(dir, dentry, page, pathlen, &attr);
NFS_PROTO        2025 fs/nfs/dir.c   	error = NFS_PROTO(dir)->link(inode, dir, &dentry->d_name);
NFS_PROTO        2524 fs/nfs/dir.c   	status = NFS_PROTO(inode)->access(inode, &cache);
NFS_PROTO        2614 fs/nfs/dir.c   	if (!NFS_PROTO(inode)->access)
NFS_PROTO         671 fs/nfs/file.c  	if (NFS_PROTO(inode)->have_delegation(inode, FMODE_READ))
NFS_PROTO         677 fs/nfs/file.c  	status = NFS_PROTO(inode)->lock(filp, cmd, fl);
NFS_PROTO         715 fs/nfs/file.c  		status = NFS_PROTO(inode)->lock(filp, cmd, fl);
NFS_PROTO         740 fs/nfs/file.c  		status = NFS_PROTO(inode)->lock(filp, cmd, fl);
NFS_PROTO         754 fs/nfs/file.c  	if (!NFS_PROTO(inode)->have_delegation(inode, FMODE_READ)) {
NFS_PROTO         785 fs/nfs/file.c  	if (NFS_PROTO(inode)->lock_check_bounds != NULL) {
NFS_PROTO         786 fs/nfs/file.c  		ret = NFS_PROTO(inode)->lock_check_bounds(fl);
NFS_PROTO         489 fs/nfs/filelayout/filelayout.c 			  NFS_PROTO(hdr->inode), &filelayout_read_call_ops,
NFS_PROTO         531 fs/nfs/filelayout/filelayout.c 			  NFS_PROTO(hdr->inode), &filelayout_write_call_ops,
NFS_PROTO        1072 fs/nfs/filelayout/filelayout.c 	return nfs_initiate_commit(ds_clnt, data, NFS_PROTO(data->inode),
NFS_PROTO         192 fs/nfs/inode.c 	if (NFS_PROTO(inode)->have_delegation(inode, FMODE_READ))
NFS_PROTO         201 fs/nfs/inode.c 	bool have_delegation = NFS_PROTO(inode)->have_delegation(inode, FMODE_READ);
NFS_PROTO         266 fs/nfs/inode.c 	clear_acl_cache = NFS_PROTO(inode)->clear_acl_cache;
NFS_PROTO         625 fs/nfs/inode.c 	error = NFS_PROTO(inode)->setattr(dentry, fattr, attr);
NFS_PROTO         941 fs/nfs/inode.c 	if (NFS_PROTO(inode)->have_delegation(inode, FMODE_READ))
NFS_PROTO        1007 fs/nfs/inode.c 		NFS_PROTO(inode)->close_context(ctx, is_sync);
NFS_PROTO        1153 fs/nfs/inode.c 	status = NFS_PROTO(inode)->getattr(server, NFS_FH(inode), fattr,
NFS_PROTO        1403 fs/nfs/inode.c 	if (NFS_PROTO(inode)->have_delegation(inode, FMODE_READ))
NFS_PROTO          72 fs/nfs/nfs4file.c 	inode = NFS_PROTO(dir)->open_context(dir, ctx, openflags, &attr, NULL);
NFS_PROTO         608 fs/nfs/pagelist.c 	err = NFS_PROTO(hdr->inode)->pgio_rpc_prepare(task, hdr);
NFS_PROTO         835 fs/nfs/pagelist.c 					NFS_PROTO(hdr->inode),
NFS_PROTO         293 fs/nfs/pnfs_nfs.c 					    NFS_PROTO(data->inode),
NFS_PROTO         245 fs/nfs/read.c  	int status = NFS_PROTO(inode)->read_done(task, hdr);
NFS_PROTO          34 fs/nfs/symlink.c 	error = NFS_PROTO(inode)->readlink(inode, page, 0, PAGE_SIZE);
NFS_PROTO          52 fs/nfs/unlink.c 	if (!NFS_PROTO(dir)->unlink_done(task, dir))
NFS_PROTO          80 fs/nfs/unlink.c 	NFS_PROTO(dir)->unlink_rpc_prepare(task, data);
NFS_PROTO         109 fs/nfs/unlink.c 	NFS_PROTO(dir)->unlink_setup(&msg, data->dentry, inode);
NFS_PROTO         267 fs/nfs/unlink.c 	if (!NFS_PROTO(old_dir)->rename_done(task, old_dir, new_dir)) {
NFS_PROTO         313 fs/nfs/unlink.c 	NFS_PROTO(data->old_dir)->rename_rpc_prepare(task, data);
NFS_PROTO         381 fs/nfs/unlink.c 	NFS_PROTO(data->old_dir)->rename_setup(&msg, old_dentry, new_dentry);
NFS_PROTO         771 fs/nfs/write.c 	    NFS_PROTO(inode)->have_delegation(inode, FMODE_WRITE))
NFS_PROTO        1333 fs/nfs/write.c 	if (NFS_PROTO(inode)->have_delegation(inode, FMODE_WRITE))
NFS_PROTO        1498 fs/nfs/write.c 	NFS_PROTO(data->inode)->commit_rpc_prepare(task, data);
NFS_PROTO        1575 fs/nfs/write.c 	status = NFS_PROTO(inode)->write_done(task, hdr);
NFS_PROTO        1820 fs/nfs/write.c 	return nfs_initiate_commit(NFS_CLIENT(inode), data, NFS_PROTO(inode),
NFS_PROTO        1835 fs/nfs/write.c 	NFS_PROTO(data->inode)->commit_done(task, data);
NFS_PROTO        1721 include/linux/nfs_xdr.h #define NFS_CALL(op, inode, args)	NFS_PROTO(inode)->op args