nfs4proc.c (1bdd3e05a0a3b4a97ea88bc46fef8fb265c8b94c) | nfs4proc.c (f2aedb713c284429987dc66c7aaf38decfc8da2a) |
---|---|
1/* 2 * fs/nfs/nfs4proc.c 3 * 4 * Client-side procedure declarations for NFSv4. 5 * 6 * Copyright (c) 2002 The Regents of the University of Michigan. 7 * All rights reserved. 8 * --- 9987 unchanged lines hidden (view full) --- 9996const struct nfs_rpc_ops nfs_v4_clientops = { 9997 .version = 4, /* protocol version */ 9998 .dentry_ops = &nfs4_dentry_operations, 9999 .dir_inode_ops = &nfs4_dir_inode_operations, 10000 .file_inode_ops = &nfs4_file_inode_operations, 10001 .file_ops = &nfs4_file_operations, 10002 .getroot = nfs4_proc_get_root, 10003 .submount = nfs4_submount, | 1/* 2 * fs/nfs/nfs4proc.c 3 * 4 * Client-side procedure declarations for NFSv4. 5 * 6 * Copyright (c) 2002 The Regents of the University of Michigan. 7 * All rights reserved. 8 * --- 9987 unchanged lines hidden (view full) --- 9996const struct nfs_rpc_ops nfs_v4_clientops = { 9997 .version = 4, /* protocol version */ 9998 .dentry_ops = &nfs4_dentry_operations, 9999 .dir_inode_ops = &nfs4_dir_inode_operations, 10000 .file_inode_ops = &nfs4_file_inode_operations, 10001 .file_ops = &nfs4_file_operations, 10002 .getroot = nfs4_proc_get_root, 10003 .submount = nfs4_submount, |
10004 .try_mount = nfs4_try_mount, | 10004 .try_get_tree = nfs4_try_get_tree, |
10005 .getattr = nfs4_proc_getattr, 10006 .setattr = nfs4_proc_setattr, 10007 .lookup = nfs4_proc_lookup, 10008 .lookupp = nfs4_proc_lookupp, 10009 .access = nfs4_proc_access, 10010 .readlink = nfs4_proc_readlink, 10011 .create = nfs4_proc_create, 10012 .remove = nfs4_proc_remove, --- 57 unchanged lines hidden --- | 10005 .getattr = nfs4_proc_getattr, 10006 .setattr = nfs4_proc_setattr, 10007 .lookup = nfs4_proc_lookup, 10008 .lookupp = nfs4_proc_lookupp, 10009 .access = nfs4_proc_access, 10010 .readlink = nfs4_proc_readlink, 10011 .create = nfs4_proc_create, 10012 .remove = nfs4_proc_remove, --- 57 unchanged lines hidden --- |