Home
last modified time | relevance | path

Searched refs:delegation (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/fs/nfs/
A Ddelegation.c100 delegation = rcu_dereference(NFS_I(inode)->delegation); in nfs4_get_valid_delegation()
114 delegation = rcu_dereference(NFS_I(inode)->delegation); in nfs4_do_check_delegation()
238 delegation = rcu_dereference(NFS_I(inode)->delegation); in nfs_inode_reclaim_delegation()
380 delegation = rcu_dereference(nfsi->delegation); in nfs_inode_detach_delegation()
508 rcu_assign_pointer(nfsi->delegation, delegation); in nfs_inode_set_delegation()
617 if (!delegation || delegation != place_holder_deleg) in nfs_server_return_marked_delegations()
928 delegation = rcu_dereference(NFS_I(inode)->delegation); in nfs_revoke_delegation()
971 delegation = rcu_dereference(NFS_I(inode)->delegation); in nfs_delegation_mark_returned()
1230 delegation = rcu_dereference(NFS_I(inode)->delegation); in nfs_inode_mark_test_expired_delegation()
1437 delegation = rcu_dereference(nfsi->delegation); in nfs4_copy_delegation_stateid()
[all …]
A Dcallback_proc.c33 struct nfs_delegation *delegation; in nfs4_callback_getattr() local
55 delegation = nfs4_get_valid_delegation(inode); in nfs4_callback_getattr()
56 if (delegation == NULL || (delegation->type & FMODE_WRITE) == 0) in nfs4_callback_getattr()
59 res->change_attr = delegation->change_attr; in nfs4_callback_getattr()
A DMakefile27 delegation.o nfs4idmap.o callback.o callback_xdr.o callback_proc.o \
A Dnfs4proc.c1526 if (delegation == NULL) in can_open_delegated()
1824 if (delegation == NULL) in update_open_stateid()
1874 if (delegation == NULL || (delegation->type & fmode) == fmode) { in nfs4_return_incompatible_delegation()
1936 delegation = rcu_dereference(NFS_I(state->inode)->delegation); in nfs4_opendata_check_deleg()
1937 if (delegation) in nfs4_opendata_check_deleg()
1955 &data->o_res.delegation, in nfs4_opendata_check_deleg()
2206 delegation = rcu_dereference(NFS_I(state->inode)->delegation); in _nfs4_do_open_reclaim()
2845 delegation = rcu_dereference(NFS_I(state->inode)->delegation); in nfs41_check_delegation_stateid()
2846 if (delegation == NULL) { in nfs41_check_delegation_stateid()
2856 &delegation->flags)) { in nfs41_check_delegation_stateid()
[all …]
A Ddelegation.h76 void nfs_mark_delegation_referenced(struct nfs_delegation *delegation);
A Dinode.c2271 nfsi->delegation = NULL; in nfs4_init_once()
A Dnfs4xdr.c1549 encode_claim_delegate_cur(xdr, arg->name, &arg->u.delegation); in encode_open()
1555 encode_claim_delegate_cur_fh(xdr, &arg->u.delegation); in encode_open()
5148 status = decode_delegation_stateid(xdr, &res->delegation); in decode_rw_delegation()
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-net-qmi20 through the delegation of the QMI protocol. Userspace
/linux-6.3-rc2/Documentation/devicetree/bindings/interrupt-controller/
A Dsifive,plic-1.0.0.yaml44 T-HEAD PLIC implementation requires setting a delegation bit to allow access
/linux-6.3-rc2/include/linux/
A Dnfs_fs.h198 struct nfs_delegation __rcu *delegation; member
A Dnfs_xdr.h470 nfs4_stateid delegation; /* CLAIM_DELEGATE_CUR */ member
494 nfs4_stateid delegation; member
/linux-6.3-rc2/Documentation/admin-guide/
A Dcgroup-v2.rst181 Consider cgroup namespaces as delegation boundaries. This
498 The end results are equivalent for both delegation types. Once
543 destination cgroup C00 is above the points of delegation and U0 would
2802 cgroup v1 had an ambiguously defined delegation model which got abused
2823 individual applications through the ill-defined delegation mechanism
2916 in the hierarchy. This makes subtree delegation impossible. Second,
2924 effective low, which makes delegation of subtrees possible. It also
/linux-6.3-rc2/Documentation/bpf/
A Dbpf_devel_QA.rst168 It is eventually up to the maintainers to do the delegation of
/linux-6.3-rc2/Documentation/process/
A Dmaintainer-pgp-guide.rst880 PGP incorporates a trust delegation mechanism known as the "Web of

Completed in 65 milliseconds