Lines Matching refs:name_size
35 size_t name_size; /* strlen(name) + 1 (for '\0') */ member
362 .name_size = sizeof (CEPH_XATTR_NAME(_type, _name)), \
372 .name_size = sizeof (CEPH_XATTR_NAME2(_type, _name, _field)), \
380 .name_size = sizeof(CEPH_XATTR_NAME(_type, _name)), \
389 .name_size = sizeof("ceph.dir.layout"),
410 .name_size = sizeof("ceph.dir.pin"),
417 .name_size = sizeof("ceph.quota"),
426 .name_size = sizeof("ceph.snap.btime"),
433 .name_size = sizeof("ceph.caps"),
446 .name_size = sizeof("ceph.file.layout"),
458 .name_size = sizeof("ceph.snap.btime"),
465 .name_size = sizeof("ceph.caps"),
476 .name_size = sizeof("ceph.cluster_fsid"),
483 .name_size = sizeof("ceph.client_id"),
490 .name_size = sizeof("ceph.auth_mds"),
833 static int __get_required_blob_size(struct ceph_inode_info *ci, int name_size, in __get_required_blob_size() argument
847 if (name_size) in __get_required_blob_size()
848 size += 4 + 4 + name_size + val_size; in __get_required_blob_size()