Searched refs:xattr_name_len (Results 1 – 2 of 2) sorted by relevance
502 static size_t name_len(const char *xattr_name, size_t xattr_name_len) in name_len() argument504 size_t len = xattr_name_len + 1; in name_len()540 size_t xattr_name_len = in hfsplus_setxattr() local550 xattr_name = kmalloc(xattr_name_len, GFP_KERNEL); in hfsplus_setxattr()745 int xattr_name_len, symbols_count; in hfsplus_listxattr_finder_info() local781 xattr_name_len = in hfsplus_listxattr_finder_info()785 res = xattr_name_len; in hfsplus_listxattr_finder_info()787 if (size < xattr_name_len) in hfsplus_listxattr_finder_info()812 int xattr_name_len; in hfsplus_listxattr() local865 xattr_name_len = NLS_MAX_CHARSET_SIZE * HFSPLUS_ATTR_MAX_STRLEN; in hfsplus_listxattr()[all …]
2340 __u32 xattr_name_len; member