/openbmc/linux/fs/ceph/ |
H A D | snap.c | 67 struct ceph_snap_realm *realm) in ceph_get_snap_realm() argument 77 if (atomic_inc_not_zero(&realm->nref)) in ceph_get_snap_realm() 81 if (atomic_inc_return(&realm->nref) == 1) in ceph_get_snap_realm() 82 list_del_init(&realm->empty_item); in ceph_get_snap_realm() 117 struct ceph_snap_realm *realm; in ceph_create_snap_realm() local 121 realm = kzalloc(sizeof(*realm), GFP_NOFS); in ceph_create_snap_realm() 122 if (!realm) in ceph_create_snap_realm() 127 atomic_set(&realm->nref, 2); in ceph_create_snap_realm() 129 atomic_set(&realm->nref, 1); in ceph_create_snap_realm() 130 realm->ino = ino; in ceph_create_snap_realm() [all …]
|
H A D | quota.c | 130 struct ceph_snap_realm *realm) in lookup_quotarealm_inode() argument 135 qri = find_quotarealm_inode(mdsc, realm->ino); in lookup_quotarealm_inode() 160 in = ceph_lookup_inode(sb, realm->ino); in lookup_quotarealm_inode() 165 realm->ino, PTR_ERR(in)); in lookup_quotarealm_inode() 216 struct ceph_snap_realm *realm, *next; in get_quota_realm() local 226 realm = ceph_inode(inode)->i_snap_realm; in get_quota_realm() 227 if (realm) in get_quota_realm() 228 ceph_get_snap_realm(mdsc, realm); in get_quota_realm() 232 while (realm) { in get_quota_realm() 235 spin_lock(&realm->inodes_with_caps_lock); in get_quota_realm() [all …]
|
H A D | super.h | 982 struct ceph_snap_realm *realm); 984 struct ceph_snap_realm *realm); 988 void ceph_change_snap_realm(struct inode *inode, struct ceph_snap_realm *realm);
|
H A D | mds_client.c | 3633 struct ceph_snap_realm *realm; in handle_reply() local 3754 realm = NULL; in handle_reply() 3760 &realm); in handle_reply() 3786 if (realm) in handle_reply() 3787 ceph_put_snap_realm(mdsc, realm); in handle_reply() 4499 struct ceph_snap_realm *realm = in encode_snap_realms() local 4524 realm->ino, realm->seq, realm->parent_ino); in encode_snap_realms() 4525 sr_rec.ino = cpu_to_le64(realm->ino); in encode_snap_realms() 4526 sr_rec.seq = cpu_to_le64(realm->seq); in encode_snap_realms() 4527 sr_rec.parent = cpu_to_le64(realm->parent_ino); in encode_snap_realms()
|
H A D | caps.c | 706 struct ceph_snap_realm *realm = ceph_lookup_snap_realm(mdsc, in ceph_add_cap() local 708 if (realm) in ceph_add_cap() 709 ceph_change_snap_realm(inode, realm); in ceph_add_cap() 4118 u64 realmino = le64_to_cpu(im->realm); in handle_cap_import() 4239 struct ceph_snap_realm *realm = NULL; in ceph_handle_caps() local 4389 realm = NULL; in ceph_handle_caps() 4394 false, &realm)) { in ceph_handle_caps() 4408 if (realm) in ceph_handle_caps() 4409 ceph_put_snap_realm(mdsc, realm); in ceph_handle_caps()
|
H A D | inode.c | 1233 le64_to_cpu(info->cap.realm), in ceph_fill_inode() 3008 struct ceph_snap_realm *realm; in ceph_getattr() local 3017 realm = pci->i_snap_realm; in ceph_getattr() 3018 if (realm) in ceph_getattr() 3019 stat->size = realm->num_snaps; in ceph_getattr()
|
H A D | file.c | 652 in.cap.realm = cpu_to_le64(ci->i_snap_realm->ino); in ceph_finish_async_create()
|
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/ |
H A D | drop_ntpdate_chk.patch | 17 - AC_MSG_CHECKING(for nsupdate 'realm' support') 18 - if AC_RUN_LOG([echo realm |$NSUPDATE >&2]); then 22 - AC_MSG_ERROR([nsupdate does not support 'realm'])
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/ |
H A D | CVE-2022-24407.patch | 24 if (realm) sparams->utils->free(realm);
|
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/ |
H A D | provider | 6 # MUST CHANGE: replace myusername@realm with the PPP login name given to 10 user "myusername@realm"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/ |
H A D | krb5_1.21.3.bb | 10 authentication credentials for a Kerberos realm, holds the master keys \ 11 for the realm, and responds to authentication requests. This package \
|
/openbmc/linux/include/linux/ceph/ |
H A D | ceph_fs.h | 568 __le64 realm; /* snap realm */ member 775 __le64 ino, realm; member
|
/openbmc/linux/Documentation/filesystems/ |
H A D | afs.rst | 213 Currently the username, realm, password and proposed ticket lifetime are
|
/openbmc/qemu/docs/system/ |
H A D | authz.rst | 45 ``joebloggs``, while if using Kerberos/GSSAPI it can have a realm
|
/openbmc/linux/net/rxrpc/ |
H A D | rxkad.c | 928 name = Z(REALM, realm); in rxkad_decrypt_ticket()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/ |
H A D | 090856f4159c40a2927fb88546419f2e1697ad5f.patch | 304 … GMT"], "access-control-allow-origin": ["*"], "www-authenticate": ["Basic realm=\"Fake Realm\""]},… 351 + "Basic realm=\"Fake Realm\"" 426 …realm=\"me@kennethreitz.com\", opaque=\"d0033bc1960ca78a2fc4497c1e8a8cbd\""]}, "status": {"message… 479 + "Digest qop=auth, nonce=\"713b4eb6d0ad0ac25d75b50c4d044d5e\", realm=\"me@kennethreitz.… 504 + "Digest username=\"user\", realm=\"me@kennethreitz.com\", nonce=\"713b4eb6d0ad0ac25d75…
|
/openbmc/linux/net/netfilter/ |
H A D | Kconfig | 1539 tristate '"realm" match support' 1543 This option adds a `realm' match, which allows you to use the realm
|
/openbmc/u-boot/doc/ |
H A D | README.distro | 67 the realm of x86 PCs.
|