NFS_PROTO         189 fs/nfs/dir.c   	error = NFS_PROTO(inode)->readdir(file->f_path.dentry, cred, desc->entry->cookie, page,
NFS_PROTO         485 fs/nfs/dir.c   	status = NFS_PROTO(inode)->readdir(file->f_path.dentry, cred,
NFS_PROTO         547 fs/nfs/dir.c   	desc->decode = NFS_PROTO(inode)->decode_dirent;
NFS_PROTO         700 fs/nfs/dir.c   	if (NFS_PROTO(dir)->version == 2)
NFS_PROTO         804 fs/nfs/dir.c   	error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, &fhandle, &fattr);
NFS_PROTO         914 fs/nfs/dir.c   	dentry->d_op = NFS_PROTO(dir)->dentry_ops;
NFS_PROTO         929 fs/nfs/dir.c   	error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, &fhandle, &fattr);
NFS_PROTO         998 fs/nfs/dir.c   	dentry->d_op = NFS_PROTO(dir)->dentry_ops;
NFS_PROTO        1139 fs/nfs/dir.c   	dentry->d_op = NFS_PROTO(dir)->dentry_ops;
NFS_PROTO        1176 fs/nfs/dir.c   		error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr);
NFS_PROTO        1223 fs/nfs/dir.c   	error = NFS_PROTO(dir)->create(dir, dentry, &attr, open_flags, nd);
NFS_PROTO        1250 fs/nfs/dir.c   	status = NFS_PROTO(dir)->mknod(dir, dentry, &attr, rdev);
NFS_PROTO        1273 fs/nfs/dir.c   	error = NFS_PROTO(dir)->mkdir(dir, dentry, &attr);
NFS_PROTO        1295 fs/nfs/dir.c   	error = NFS_PROTO(dir)->rmdir(dir, &dentry->d_name);
NFS_PROTO        1358 fs/nfs/dir.c   		error = NFS_PROTO(dir)->rename(dir, &dentry->d_name,
NFS_PROTO        1362 fs/nfs/dir.c   		error = NFS_PROTO(dir)->rename(dir, &dentry->d_name,
NFS_PROTO        1399 fs/nfs/dir.c   		error = NFS_PROTO(dir)->remove(dir, &dentry->d_name);
NFS_PROTO        1405 fs/nfs/dir.c   		error = NFS_PROTO(dir)->remove(dir, &dentry->d_name);
NFS_PROTO        1492 fs/nfs/dir.c   	error = NFS_PROTO(dir)->symlink(dir, dentry, page, pathlen, &attr);
NFS_PROTO        1530 fs/nfs/dir.c   	error = NFS_PROTO(dir)->link(inode, dir, &dentry->d_name);
NFS_PROTO        1635 fs/nfs/dir.c   	error = NFS_PROTO(old_dir)->rename(old_dir, &old_dentry->d_name,
NFS_PROTO        1882 fs/nfs/dir.c   	status = NFS_PROTO(inode)->access(inode, &cache);
NFS_PROTO        1942 fs/nfs/dir.c   	if (!NFS_PROTO(inode)->access)
NFS_PROTO         347 fs/nfs/direct.c 		NFS_PROTO(inode)->read_setup(data, &msg);
NFS_PROTO         488 fs/nfs/direct.c 		NFS_PROTO(inode)->write_setup(data, &msg);
NFS_PROTO         514 fs/nfs/direct.c 	NFS_PROTO(data->inode)->commit_done(task, data);
NFS_PROTO         572 fs/nfs/direct.c 	NFS_PROTO(data->inode)->commit_setup(data, &msg);
NFS_PROTO         764 fs/nfs/direct.c 		NFS_PROTO(inode)->write_setup(data, &msg);
NFS_PROTO         569 fs/nfs/file.c  	status = NFS_PROTO(inode)->lock(filp, cmd, fl);
NFS_PROTO         616 fs/nfs/file.c  		status = NFS_PROTO(inode)->lock(filp, cmd, fl);
NFS_PROTO         639 fs/nfs/file.c  		status = NFS_PROTO(inode)->lock(filp, cmd, fl);
NFS_PROTO         676 fs/nfs/file.c  	if (NFS_PROTO(inode)->lock_check_bounds != NULL) {
NFS_PROTO         677 fs/nfs/file.c  		ret = NFS_PROTO(inode)->lock_check_bounds(fl);
NFS_PROTO         172 fs/nfs/inode.c 	clear_acl_cache = NFS_PROTO(inode)->clear_acl_cache;
NFS_PROTO         383 fs/nfs/inode.c 	error = NFS_PROTO(inode)->setattr(dentry, &fattr, attr);
NFS_PROTO         714 fs/nfs/inode.c 	status = NFS_PROTO(inode)->getattr(server, NFS_FH(inode), &fattr);
NFS_PROTO         195 fs/nfs/read.c  	NFS_PROTO(inode)->read_setup(data, &msg);
NFS_PROTO         335 fs/nfs/read.c  	status = NFS_PROTO(data->inode)->read_done(task, data);
NFS_PROTO          34 fs/nfs/symlink.c 	error = NFS_PROTO(inode)->readlink(inode, page, 0, PAGE_SIZE);
NFS_PROTO          84 fs/nfs/unlink.c 	if (!NFS_PROTO(dir)->unlink_done(task, dir))
NFS_PROTO         156 fs/nfs/unlink.c 	NFS_PROTO(dir)->unlink_setup(&msg, dir);
NFS_PROTO         833 fs/nfs/write.c 	NFS_PROTO(inode)->write_setup(data, &msg);
NFS_PROTO        1116 fs/nfs/write.c 	status = NFS_PROTO(data->inode)->write_done(task, data);
NFS_PROTO        1234 fs/nfs/write.c 	NFS_PROTO(inode)->commit_setup(data, &msg);
NFS_PROTO        1285 fs/nfs/write.c 	if (NFS_PROTO(data->inode)->commit_done(task, data) != 0)
NFS_PROTO         842 include/linux/nfs_xdr.h #define NFS_CALL(op, inode, args)	NFS_PROTO(inode)->op args