Lines Matching refs:name_size
35 size_t name_size; /* strlen(name) + 1 (for '\0') */ member
380 .name_size = sizeof (CEPH_XATTR_NAME(_type, _name)), \
390 .name_size = sizeof (CEPH_XATTR_NAME(_type, _name)), \
398 .name_size = sizeof (CEPH_XATTR_NAME2(_type, _name, _field)), \
406 .name_size = sizeof(CEPH_XATTR_NAME(_type, _name)), \
415 .name_size = sizeof("ceph.dir.layout"),
436 .name_size = sizeof("ceph.dir.pin"),
443 .name_size = sizeof("ceph.quota"),
452 .name_size = sizeof("ceph.snap.btime"),
459 .name_size = sizeof("ceph.caps"),
472 .name_size = sizeof("ceph.file.layout"),
484 .name_size = sizeof("ceph.snap.btime"),
491 .name_size = sizeof("ceph.caps"),
502 .name_size = sizeof("ceph.cluster_fsid"),
509 .name_size = sizeof("ceph.client_id"),
516 .name_size = sizeof("ceph.auth_mds"),
524 .name_size = sizeof("ceph.fscrypt.auth"),
874 static int __get_required_blob_size(struct ceph_inode_info *ci, int name_size, in __get_required_blob_size() argument
888 if (name_size) in __get_required_blob_size()
889 size += 4 + 4 + name_size + val_size; in __get_required_blob_size()