Home
last modified time | relevance | path

Searched refs:xattr_name_len (Results 1 – 2 of 2) sorted by relevance

/linux/fs/hfsplus/
H A Dxattr.c408 static size_t name_len(const char *xattr_name, size_t xattr_name_len) in name_len() argument
410 size_t len = xattr_name_len + 1; in name_len()
446 size_t xattr_name_len = in hfsplus_setxattr() local
456 xattr_name = kmalloc(xattr_name_len, GFP_KERNEL); in hfsplus_setxattr()
651 int xattr_name_len, symbols_count; in hfsplus_listxattr_finder_info() local
687 xattr_name_len = in hfsplus_listxattr_finder_info()
691 res = xattr_name_len; in hfsplus_listxattr_finder_info()
693 if (size < xattr_name_len) in hfsplus_listxattr_finder_info()
718 int xattr_name_len; in hfsplus_listxattr() local
771 xattr_name_len = NLS_MAX_CHARSET_SIZE * HFSPLUS_ATTR_MAX_STRLEN; in hfsplus_listxattr()
[all …]
/linux/fs/smb/client/
H A Dsmb1pdu.h2340 __u32 xattr_name_len; member