Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hfsplus/
H A 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...]
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dxattr.c393 static int name_len(const char *xattr_name, int xattr_name_len) in name_len() argument
395 int len = xattr_name_len + 1; in name_len()
616 int xattr_name_len, symbols_count; in hfsplus_listxattr_finder_info() local
652 xattr_name_len = in hfsplus_listxattr_finder_info()
656 res = xattr_name_len; in hfsplus_listxattr_finder_info()
658 if (size < xattr_name_len) in hfsplus_listxattr_finder_info()
682 int xattr_name_len; in hfsplus_listxattr() local
735 xattr_name_len = NLS_MAX_CHARSET_SIZE * HFSPLUS_ATTR_MAX_STRLEN; in hfsplus_listxattr()
738 strbuf, &xattr_name_len)) { in hfsplus_listxattr()
746 res += name_len(strbuf, xattr_name_len); in hfsplus_listxattr()
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifspdu.h2763 __u32 xattr_name_len; member
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifspdu.h2709 __u32 xattr_name_len; member

Completed in 25 milliseconds