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

/linux-4.4.14/fs/hfsplus/
H A Dxattr.c399 static int name_len(const char *xattr_name, int xattr_name_len) name_len() argument
401 int len = xattr_name_len + 1; name_len()
629 int xattr_name_len, symbols_count; hfsplus_listxattr_finder_info() local
665 xattr_name_len = hfsplus_listxattr_finder_info()
669 res = xattr_name_len; hfsplus_listxattr_finder_info()
671 if (size < xattr_name_len) hfsplus_listxattr_finder_info()
696 int xattr_name_len; hfsplus_listxattr() local
748 xattr_name_len = NLS_MAX_CHARSET_SIZE * HFSPLUS_ATTR_MAX_STRLEN; hfsplus_listxattr()
751 strbuf, &xattr_name_len)) { hfsplus_listxattr()
759 res += name_len(strbuf, xattr_name_len); hfsplus_listxattr()
761 if (size < (res + name_len(strbuf, xattr_name_len))) { hfsplus_listxattr()
766 strbuf, xattr_name_len); hfsplus_listxattr()
/linux-4.4.14/fs/cifs/
H A Dcifspdu.h2750 __u32 xattr_name_len; member in struct:file_xattr_info

Completed in 127 milliseconds