| /linux/fs/ceph/ |
| H A D | snap.c | 31 * of the files contained by each realm share the same set of 32 * snapshots. An individual realm's snap set contains snapshots 33 * explicitly created on that realm, as well as any snaps in its 40 * realm relationship, and for each realm has an explicit list of snaps 44 * with an open cap in the system. (The needed snap realm information is 46 * version number is used to ensure that as realm parameters change (new 47 * snapshot, new parent, etc.) the client's realm hierarchy is updated. 49 * The realm hierarchy drives the generation of a 'snap context' for each 50 * realm, which simply lists the resulting set of snaps for the realm. This 55 * update, but don't have enough memory to update our realm hierarchy, [all …]
|
| H A D | quota.c | 123 * This function will try to lookup a realm inode which isn't visible in the 132 struct ceph_snap_realm *realm) in lookup_quotarealm_inode() argument 138 qri = find_quotarealm_inode(mdsc, realm->ino); in lookup_quotarealm_inode() 163 in = ceph_lookup_inode(sb, realm->ino); in lookup_quotarealm_inode() 167 doutc(cl, "Can't lookup inode %llx (err: %ld)\n", realm->ino, in lookup_quotarealm_inode() 206 * returned realm. 220 struct ceph_snap_realm *realm, *next; in get_quota_realm() local 230 realm = ceph_inode(inode)->i_snap_realm; in get_quota_realm() 231 if (realm) { in get_quota_realm() 232 ceph_get_snap_realm(mdsc, realm); in get_quota_realm() [all …]
|
| H A D | mds_client.c | 4069 struct ceph_snap_realm *realm; in handle_reply() local 4199 realm = NULL; in handle_reply() 4205 &realm); in handle_reply() 4240 if (realm) in handle_reply() 4241 ceph_put_snap_realm(mdsc, realm); in handle_reply() 4777 /* can't handle message that contains both caps and realm */ in send_reconnect_partial() 5094 struct ceph_snap_realm *realm = in encode_snap_realms() local 5118 doutc(cl, " adding snap realm %llx seq %lld parent %llx\n", in encode_snap_realms() 5119 realm->ino, realm->seq, realm->parent_ino); in encode_snap_realms() 5120 sr_rec.ino = cpu_to_le64(realm->ino); in encode_snap_realms() [all …]
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | arm,gic-v5.yaml | 99 "ns-" stands for non-secure, "s-" for secure, "realm-" for realm 104 enum: [ ns-config, s-config, realm-config, el3-config, ns-setlpi, 105 s-setlpi, realm-setlpi, el3-setlpi ] 151 "ns-" stands for non-secure, "s-" for secure, "realm-" for realm 156 enum: [ ns-config, s-config, realm-config, el3-config ] 187 "ns-" stands for non-secure, "s-" for secure, "realm-" for realm 192 enum: [ ns-translate, s-translate, realm-translate, el3-translate ]
|
| /linux/net/netfilter/ |
| H A D | xt_realm.c | 2 /* IP tables module for matching the routing realm 18 MODULE_DESCRIPTION("Xtables: Routing realm match"); 31 .name = "realm",
|
| H A D | Kconfig | 1528 tristate '"realm" match support' 1532 This option adds a `realm' match, which allows you to use the realm
|
| /linux/include/linux/ceph/ |
| H A D | ceph_fs.h | 569 __le64 realm; /* snap realm */ member 776 __le64 ino, realm; member 861 __le64 ino; /* snap realm base */ 862 __le64 seq; /* snap seq for this snap realm */ 863 __le64 parent; /* parent realm */ 882 __le32 num_split_inos; /* # inos belonging to new child realm */ 883 __le32 num_split_realms; /* # child realms udner new child realm */ 894 __le64 parent; /* ino: parent realm */
|
| /linux/drivers/virt/coco/arm-cca-guest/ |
| H A D | Kconfig | 7 attestation report from the Realm Management Monitor(RMM).
|
| H A D | arm-cca-guest.c | 171 * * %-ENODEV - The execution context is not an Arm Realm.
|
| /linux/fs/smb/server/ |
| H A D | ntlmssp.h | 36 #define NTLMSSP_REQUEST_TARGET 0x04 /* Srv returns its auth realm */
|
| /linux/include/linux/sunrpc/ |
| H A D | svcauth.h | 27 /* name of form servicetype/hostname@REALM, passed down by
|
| /linux/Documentation/filesystems/ |
| H A D | afs.rst | 213 Currently the username, realm, password and proposed ticket lifetime are
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_rpc_upcall.c | 236 /* terminate and remove realm part */ in gssp_hostbased_service()
|
| /linux/net/rxrpc/ |
| H A D | rxkad.c | 857 name = Z(REALM, realm); in rxkad_respond_to_challenge() 858 _debug("KIV REALM: %s", name); in rxkad_respond_to_challenge()
|
| /linux/Documentation/userspace-api/ |
| H A D | iommufd.rst | 113 be forwarded via this object too, such as security level or realm information
|
| /linux/net/sched/ |
| H A D | cls_route.c | 705 MODULE_DESCRIPTION("Routing table realm based TC classifier");
|
| /linux/Documentation/netlink/specs/ |
| H A D | nl80211.yaml | 1008 name: fils-erp-realm
|
| /linux/include/trace/events/ |
| H A D | rxrpc.h | 67 EM(rxkad_abort_resp_tkt_realm, "rxkad-resp-tk-realm") \
|
| /linux/fs/smb/client/ |
| H A D | cifsglob.h | 1072 char *serverDomain; /* security realm of server */
|
| /linux/fs/btrfs/ |
| H A D | scrub.c | 2819 * out of RAID56 realm. in scrub_enumerate_chunks()
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 2465 * Retrieve the realm or the route, that is to say the 2484 * The realm of the route for the packet associated to *skb*, or 0
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 2465 * Retrieve the realm or the route, that is to say the 2484 * The realm of the route for the packet associated to *skb*, or 0
|
| H A D | nl80211.h | 2673 * @NL80211_ATTR_FILS_ERP_REALM: EAP Re-authentication Protocol (ERP) realm part
|
| /linux/include/net/ |
| H A D | cfg80211.h | 3649 * @fils_erp_realm: EAP re-authentication protocol (ERP) realm part of NAI or 3706 * @UPDATE_FILS_ERP_INFO: Indicates that FILS connection parameters (realm,
|