Home
last modified time | relevance | path

Searched full:delegation (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/linux/fs/nfs/
H A Ddelegation.c3 * linux/fs/nfs/delegation.c
7 * NFS file delegation management
24 #include "delegation.h"
33 static void __nfs_free_delegation(struct nfs_delegation *delegation) in __nfs_free_delegation() argument
35 put_cred(delegation->cred); in __nfs_free_delegation()
36 delegation->cred = NULL; in __nfs_free_delegation()
37 kfree_rcu(delegation, rcu); in __nfs_free_delegation()
40 static void nfs_mark_delegation_revoked(struct nfs_delegation *delegation) in nfs_mark_delegation_revoked() argument
42 if (!test_and_set_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) { in nfs_mark_delegation_revoked()
43 delegation->stateid.type = NFS4_INVALID_STATEID_TYPE; in nfs_mark_delegation_revoked()
[all …]
H A Ddelegation.h3 * linux/fs/nfs/delegation.h
14 * NFSv4 delegation
68 /* NFSv4 delegation-related procedures */
76 void nfs_mark_delegation_referenced(struct nfs_delegation *delegation);
H A Dcallback_proc.c20 #include "delegation.h"
33 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()
101 /* Set up a helper thread to actually return the delegation */ in nfs4_callback_recall()
H A Dnfs4proc.c60 #include "delegation.h"
1315 /* Want no delegation if we're using O_DIRECT */ in nfs4_map_atomic_open_share()
1526 static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode, in can_open_delegated() argument
1529 if (delegation == NULL) in can_open_delegated()
1531 if ((delegation->type & fmode) != fmode) in can_open_delegated()
1538 if (!test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags)) in can_open_delegated()
1544 nfs_mark_delegation_referenced(delegation); in can_open_delegated()
1798 const nfs4_stateid *delegation, in update_open_stateid() argument
1822 if (rcu_dereference(nfsi->delegation) != deleg_cur || in update_open_stateid()
1827 if (delegation == NULL) in update_open_stateid()
[all …]
H A Dnfs4super.c11 #include "delegation.h"
66 /* If we are holding a delegation, return and free it */ in nfs4_evict_inode()
H A DMakefile27 delegation.o nfs4idmap.o callback.o callback_xdr.o callback_proc.o \
H A Dnfs4file.c13 #include "delegation.h"
122 * If we're holding a write delegation, then check if we're required in nfs4_file_flush()
H A Dnfs4renewd.c50 #include "delegation.h"
/openbmc/linux/fs/nfsd/
H A Dstate.h121 * Represents a delegation stateid. The nfs4_client holds references to these
122 * and they are put when it is being destroyed or when the delegation is
125 * o 1 reference as long as a delegation is still in force (taken when it's
132 * with that delegation without holding the cl_lock
134 * If the server attempts to recall a delegation and the client doesn't do so
135 * before a timeout, the server may also revoke the delegation. In that case,
145 struct list_head dl_recall_lru; /* delegation recalled */
158 /* client delegation callback info */
527 * on a file from a particular client.'od' stands for 'open & delegation'
H A Dnfs4state.c858 * Allocate a new open/delegation state counter. This is needed for
1082 * When we recall a delegation, we should be careful not to hand it
1086 * If a filehandle appear in either filter, a delegation is blocked.
1087 * When a delegation is recalled, the filehandle is stored in the "new"
1176 * delegation seqid's are never incremented. The 4.1 special in alloc_init_deleg()
1268 * nfs4_delegation_exists - Discover if this delegation already exists
1269 * @clp: a pointer to the nfs4_client we're granting a delegation to
1270 * @fp: a pointer to the nfs4_file we're granting a delegation on
1273 * On success: true iff an existing delegation is found
1295 * hash_delegation_locked - Add a delegation to the appropriate lists
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dconf.patch179 +// zone "com" { type delegation-only; };
180 +// zone "net" { type delegation-only; };
186 +// introduced the "root-delegations-only" feature which applies delegation-only
190 +// root-delegation-only exclude { "DE"; "MUSEUM"; };
H A Dmake-etc-initd-bind-stop-work.patch20 // root-delegation-only exclude { "DE"; "MUSEUM"; };
/openbmc/linux/fs/
H A Dattr.c363 * If notify_change discovers a delegation in need of breaking,
365 * delegated_inode. The caller should then break the delegation and
366 * retry. Because breaking a delegation may take a long time, the
372 * the file open for write, as there can be no conflicting delegation in
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0017-Adjust-for-musl-headers.patch39 src/network/networkd-dhcp-prefix-delegation.c | 3 ++-
387 diff --git a/src/network/networkd-dhcp-prefix-delegation.c b/src/network/networkd-dhcp-prefix-deleg…
389 --- a/src/network/networkd-dhcp-prefix-delegation.c
390 +++ b/src/network/networkd-dhcp-prefix-delegation.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0017-Adjust-for-musl-headers.patch39 src/network/networkd-dhcp-prefix-delegation.c | 3 ++-
394 diff --git a/src/network/networkd-dhcp-prefix-delegation.c b/src/network/networkd-dhcp-prefix-deleg…
396 --- a/src/network/networkd-dhcp-prefix-delegation.c
397 +++ b/src/network/networkd-dhcp-prefix-delegation.c
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-qmi20 through the delegation of the QMI protocol. Userspace
/openbmc/linux/sound/usb/
H A Dmixer.h28 /* optional connector delegation map */
/openbmc/linux/include/linux/
H A Dnfs_fs.h117 * NFSv4 delegation
235 struct nfs_delegation __rcu *delegation; member
288 #define NFS_INO_REVAL_FORCED BIT(6) /* force revalidation ignoring a delegation */
/openbmc/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst31 2-5. Delegation
32 2-5-1. Model of Delegation
33 2-5-2. Delegation Containment
181 Consider cgroup namespaces as delegation boundaries. This
185 Delegation section for details.
478 Delegation section in Basic Operations
481 Model of Delegation argument
498 The end results are equivalent for both delegation types. Once
511 Delegation Containment argument
543 destination cgroup C00 is above the points of delegation and U0 would
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/
H A Dkea_2.6.1.bb2 …h DHCPv4 and DHCPv6 protocols along with their extensions, e.g. prefix delegation and dynamic upda…
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dsifive,plic-1.0.0.yaml44 T-HEAD PLIC implementation requires setting a delegation bit to allow access
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DZimbra-1.329 …out the prior written consent of VMware, and any purported assignment, delegation or transfer with…
H A DYPL-1.047 …out the prior written consent of Yahoo!, and any purported assignment, delegation or transfer with…
H A DZimbra-1.447 …out the prior written consent of Zimbra, and any purported assignment, delegation, or transfer wit…
H A DYPL-1.129 …out the prior written consent of Yahoo!, and any purported assignment, delegation or transfer with…

1234