Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfsplus/
Dxattr.c394 static int name_len(const char *xattr_name, int xattr_name_len) in name_len() argument
396 int len = xattr_name_len + 1; in name_len()
617 int xattr_name_len, symbols_count; in hfsplus_listxattr_finder_info() local
653 xattr_name_len = in hfsplus_listxattr_finder_info()
657 res = xattr_name_len; in hfsplus_listxattr_finder_info()
659 if (size < xattr_name_len) in hfsplus_listxattr_finder_info()
684 int xattr_name_len; in hfsplus_listxattr() local
736 xattr_name_len = NLS_MAX_CHARSET_SIZE * HFSPLUS_ATTR_MAX_STRLEN; in hfsplus_listxattr()
739 strbuf, &xattr_name_len)) { in hfsplus_listxattr()
747 res += name_len(strbuf, xattr_name_len); in hfsplus_listxattr()
[all …]
/linux-4.19.296/fs/cifs/
Dcifspdu.h2754 __u32 xattr_name_len; member