Home
last modified time | relevance | path

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

12

/linux/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()
239 delegation = rcu_dereference(NFS_I(inode)->delegation); in nfs_inode_reclaim_delegation()
382 delegation = rcu_dereference(nfsi->delegation); in nfs_inode_detach_delegation()
442 delegation = kmalloc(sizeof(*delegation), GFP_NOFS); in nfs_inode_set_delegation()
510 rcu_assign_pointer(nfsi->delegation, delegation); in nfs_inode_set_delegation()
619 if (!delegation || delegation != place_holder_deleg) in nfs_server_return_marked_delegations()
930 delegation = rcu_dereference(NFS_I(inode)->delegation); in nfs_revoke_delegation()
973 delegation = rcu_dereference(NFS_I(inode)->delegation); in nfs_delegation_mark_returned()
1439 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 Dnfs4proc.c1524 if (delegation == NULL) in can_open_delegated()
1822 if (delegation == NULL) in update_open_stateid()
1872 if (delegation == NULL || (delegation->type & fmode) == fmode) { in nfs4_return_incompatible_delegation()
1934 delegation = rcu_dereference(NFS_I(state->inode)->delegation); in nfs4_opendata_check_deleg()
1935 if (delegation) in nfs4_opendata_check_deleg()
1953 &data->o_res.delegation, in nfs4_opendata_check_deleg()
2204 delegation = rcu_dereference(NFS_I(state->inode)->delegation); in _nfs4_do_open_reclaim()
2844 delegation = rcu_dereference(NFS_I(state->inode)->delegation); in nfs41_check_delegation_stateid()
2845 if (delegation == NULL) { in nfs41_check_delegation_stateid()
2855 &delegation->flags)) { in nfs41_check_delegation_stateid()
[all …]
A Dbuilt-in.a37 delegation.o/
A DMakefile27 delegation.o nfs4idmap.o callback.o callback_xdr.o callback_proc.o \
A Ddelegation.h76 void nfs_mark_delegation_referenced(struct nfs_delegation *delegation);
A D.built-in.a.cmd1 …tate.o fs/nfs/nfs4renewd.o fs/nfs/nfs4super.o fs/nfs/nfs4file.o fs/nfs/delegation.o fs/nfs/nfs4idm…
A D.delegation.o.cmd1delegation.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/b…
3 source_fs/nfs/delegation.o := fs/nfs/delegation.c
5 deps_fs/nfs/delegation.o := \
1517 fs/nfs/delegation.h \
1539 fs/nfs/delegation.o: $(deps_fs/nfs/delegation.o)
1541 $(deps_fs/nfs/delegation.o):
A Dinode.c2269 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()
5097 status = decode_delegation_stateid(xdr, &res->delegation); in decode_rw_delegation()
A D.callback_proc.o.cmd1519 fs/nfs/delegation.h \
A D.file.o.cmd1519 fs/nfs/delegation.h \
A D.nfs42proc.o.cmd1526 fs/nfs/delegation.h \
A D.nfs4client.o.cmd1529 fs/nfs/delegation.h \
A D.nfs4renewd.o.cmd1514 fs/nfs/delegation.h \
A D.nfs4state.o.cmd1519 fs/nfs/delegation.h \
A D.nfs4super.o.cmd1519 fs/nfs/delegation.h \
A D.pnfs.o.cmd1539 fs/nfs/delegation.h \
/linux/Documentation/ABI/testing/
A Dsysfs-class-net-qmi20 through the delegation of the QMI protocol. Userspace
/linux/include/linux/
A Dnfs_fs.h195 struct nfs_delegation __rcu *delegation; member
A Dnfs_xdr.h470 nfs4_stateid delegation; /* CLAIM_DELEGATE_CUR */ member
494 nfs4_stateid delegation; member
/linux/fs/
A Dbuilt-in.a243 nfs/delegation.o/
/linux/Documentation/admin-guide/
A Dcgroup-v2.rst181 Consider cgroup namespaces as delegation boundaries. This
490 The end results are equivalent for both delegation types. Once
535 destination cgroup C00 is above the points of delegation and U0 would
2655 cgroup v1 had an ambiguously defined delegation model which got abused
2676 individual applications through the ill-defined delegation mechanism
2769 in the hierarchy. This makes subtree delegation impossible. Second,
2777 effective low, which makes delegation of subtrees possible. It also
/linux/Documentation/bpf/
A Dbpf_devel_QA.rst141 It is eventually up to the maintainers to do the delegation of
/linux/Documentation/process/
A Dmaintainer-pgp-guide.rst876 PGP incorporates a trust delegation mechanism known as the "Web of

Completed in 102 milliseconds

12