Searched refs:xattr_name_len (Results 1 – 2 of 2) sorted by relevance
408 static size_t name_len(const char *xattr_name, size_t xattr_name_len) in name_len() argument410 size_t len = xattr_name_len + 1; in name_len()446 size_t xattr_name_len = in hfsplus_setxattr() local456 xattr_name = kmalloc(xattr_name_len, GFP_KERNEL); in hfsplus_setxattr()651 int xattr_name_len, symbols_count; in hfsplus_listxattr_finder_info() local687 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() local771 xattr_name_len = NLS_MAX_CHARSET_SIZE * HFSPLUS_ATTR_MAX_STRLEN; in hfsplus_listxattr()[all …]
2340 __u32 xattr_name_len; member