Searched full:delegations (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/nfs/ |
| H A D | delegation.c | 36 "Enable the use of directory delegations, defaults to on."); 482 * delegations for the same file. in nfs_inode_set_delegation() 519 list_add_tail_rcu(&delegation->super_list, &server->delegations); in nfs_inode_set_delegation() 557 /* Directory delegations don't require any state recovery */ in nfs_end_delegation_return() 609 return 0; /* no more delegations */ in nfs_return_one_delegation() 676 * If we are still over the limit, try to reclaim referenced delegations in nfs_delegations_return_from_lru() 743 * nfs_client_return_marked_delegations - return previously marked delegations 940 list_for_each_entry_rcu(delegation, &server->delegations, super_list) { in nfs_server_mark_return_all_delegations() 971 * nfs_server_return_all_delegations - return delegations for one superblock 998 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 | 993 /* A lost lock - don't even consider delegations */ in nfs4_select_rw_stateid() 1581 * read delegations that we have to return if, say, we are in nfs4_reclaim_open_state() 1720 /* Mark all delegations for reclaim */ in nfs4_state_start_reclaim_reboot() 2607 /* Detect expired delegations... */ in nfs4_state_manager() 2609 section = "detect expired delegations"; in nfs4_state_manager()
|
| H A D | client.c | 1076 INIT_LIST_HEAD(&server->delegations); in nfs_alloc_server()
|
| H A D | nfs4proc.c | 4560 /* Return any delegations if we're going to change ACLs */ in nfs4_proc_setattr()
|
| /linux/include/uapi/linux/ |
| H A D | fcntl.h | 83 /* Set/Get delegations */
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fcntl.h | 83 /* Set/Get delegations */
|
| /linux/fs/nfsd/ |
| H A D | state.h | 210 * revoked delegations (v4.1+). 652 * Per-client state indicating no. of opens and outstanding delegations
|
| H A D | nfs4state.c | 1049 * in which the filehandles of recalled delegations are "stored". 1054 * unless both are empty of course. This results in delegations for a 5510 * nfsd_wait_for_delegreturn - wait for delegations to be returned in nfsd_break_one_deleg() 5515 * tied up waiting for returning delegations. 6150 * We avoid breaking delegations held by a client due to its own activity, but in nfs4_set_delegation() 6235 * File delegations and associated locks cannot be recovered if the in nfsd4_open_deleg_none_ext() 6403 * The Linux NFS server does not offer write delegations to NFSv4.0 in nfsd4_deleg_xgrade_none_ext() 6404 * clients in order to avoid conflicts between write delegations and in nfsd4_deleg_xgrade_none_ext() 6452 * Let's not give out any delegations till everyone's in nfsd4_process_open2() 6564 * and check for delegations i in nfsd4_process_open2() [all...] |
| /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
|
| /linux/fs/ |
| H A D | inode.c | 2371 * encounter any conflicting delegations: in current_time()
|