Searched full:delegations (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/nfs/ |
| H A D | delegation.c | 36 "Enable the use of directory delegations, defaults to on."); 492 * delegations for the same file. in nfs_inode_set_delegation() 533 list_add_tail_rcu(&delegation->super_list, &server->delegations); in nfs_inode_set_delegation() 574 /* Directory delegations don't require any state recovery */ in nfs_end_delegation_return() 626 return 0; /* no more delegations */ in nfs_return_one_delegation() 693 * If we are still over the limit, try to reclaim referenced delegations in nfs_delegations_return_from_lru() 760 * nfs_client_return_marked_delegations - return previously marked delegations 957 list_for_each_entry_rcu(delegation, &server->delegations, super_list) { in nfs_server_mark_return_all_delegations() 988 * nfs_server_return_all_delegations - return delegations for one superblock 1015 list_for_each_entry_rcu(delegation, &server->delegations, super_list) { in nfs_mark_return_unused_delegation_types() [all …]
|
| H A D | nfs40client.c | 85 * nfs40_handle_cb_pathdown - return all delegations after NFS4ERR_CB_PATH_DOWN 90 * callback channel. Then return all existing delegations.
|
| H A D | nfs4state.c | 1019 /* A lost lock - don't even consider delegations */ in nfs4_select_rw_stateid() 1607 * read delegations that we have to return if, say, we are in nfs4_reclaim_open_state() 1746 /* Mark all delegations for reclaim */ in nfs4_state_start_reclaim_reboot() 2633 /* Detect expired delegations... */ in nfs4_state_manager() 2635 section = "detect expired delegations"; in nfs4_state_manager()
|
| H A D | client.c | 1086 INIT_LIST_HEAD(&server->delegations); in nfs_alloc_server()
|
| H A D | nfs4proc.c | 4586 /* Return any delegations if we're going to change ACLs */ in nfs4_proc_setattr()
|
| /linux/fs/nfsd/ |
| H A D | netns.h | 72 * up expired clients and delegations within the container.
|
| H A D | state.h | 273 * revoked delegations (v4.1+). 304 /* For dir delegations */ 725 * Per-client state indicating no. of opens and outstanding delegations
|
| H A D | nfs4state.c | 1174 * in which the filehandles of recalled delegations are "stored". 1179 * unless both are empty of course. This results in delegations for a 6045 * nfsd_wait_for_delegreturn - wait for delegations to be returned 6050 * tied up waiting for returning delegations. 6684 * We avoid breaking delegations held by a client due to its own activity, but 6769 * File delegations and associated locks cannot be recovered if the in nfs4_set_delegation() 6939 * The Linux NFS server does not offer write delegations to NFSv4.0 6940 * clients in order to avoid conflicts between write delegations and 6988 * Let's not give out any delegations till everyone's in nfs4_open_delegation() 7101 * and check for delegations in the process of being recalled. in nfsd4_process_open2() [all …]
|
| H A D | nfsctl.c | 2695 * Revokes all NFSv4 state (opens, locks, delegations, layouts) acquired
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fcntl.h | 83 /* Set/Get delegations */
|
| /linux/Documentation/netlink/specs/ |
| H A D | nfsd.yaml | 328 All state (opens, locks, delegations, layouts) acquired
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | nfs41-server.rst | 38 - **FDELG** File Delegations 39 - **DDELG** Directory Delegations 237 CLAIM_DELEG_PREV_FH (which allows clients to keep delegations that
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 578 For delegations to a less privileged user, this is achieved by 608 For delegations to namespaces, containment is achieved by requiring
|