nfs4proc.c (c71c46f0157348a6c1c66f7d382c770ffc212724) nfs4proc.c (3eb86093ea400c58f444eac0debcf6c50d617418)
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 *

--- 9676 unchanged lines hidden (view full) ---

9685 | NFS_CAP_ATOMIC_OPEN_V1
9686 | NFS_CAP_LGOPEN
9687 | NFS_CAP_ALLOCATE
9688 | NFS_CAP_COPY
9689 | NFS_CAP_OFFLOAD_CANCEL
9690 | NFS_CAP_DEALLOCATE
9691 | NFS_CAP_SEEK
9692 | NFS_CAP_LAYOUTSTATS
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 *

--- 9676 unchanged lines hidden (view full) ---

9685 | NFS_CAP_ATOMIC_OPEN_V1
9686 | NFS_CAP_LGOPEN
9687 | NFS_CAP_ALLOCATE
9688 | NFS_CAP_COPY
9689 | NFS_CAP_OFFLOAD_CANCEL
9690 | NFS_CAP_DEALLOCATE
9691 | NFS_CAP_SEEK
9692 | NFS_CAP_LAYOUTSTATS
9693 | NFS_CAP_CLONE,
9693 | NFS_CAP_CLONE
9694 | NFS_CAP_LAYOUTERROR,
9694 .init_client = nfs41_init_client,
9695 .shutdown_client = nfs41_shutdown_client,
9696 .match_stateid = nfs41_match_stateid,
9697 .find_root_sec = nfs41_find_root_sec,
9698 .free_lock_state = nfs41_free_lock_state,
9699 .call_sync_ops = &nfs41_call_sync_ops,
9700 .test_and_free_expired = nfs41_test_and_free_expired_stateid,
9701 .alloc_seqid = nfs_alloc_no_seqid,

--- 134 unchanged lines hidden ---
9695 .init_client = nfs41_init_client,
9696 .shutdown_client = nfs41_shutdown_client,
9697 .match_stateid = nfs41_match_stateid,
9698 .find_root_sec = nfs41_find_root_sec,
9699 .free_lock_state = nfs41_free_lock_state,
9700 .call_sync_ops = &nfs41_call_sync_ops,
9701 .test_and_free_expired = nfs41_test_and_free_expired_stateid,
9702 .alloc_seqid = nfs_alloc_no_seqid,

--- 134 unchanged lines hidden ---