Home
last modified time | relevance | path

Searched refs:ea_name (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A Dacl.c20 char *ea_name; in jfs_get_acl() local
26 ea_name = XATTR_NAME_POSIX_ACL_ACCESS; in jfs_get_acl()
29 ea_name = XATTR_NAME_POSIX_ACL_DEFAULT; in jfs_get_acl()
35 size = __jfs_getxattr(inode, ea_name, NULL, 0); in jfs_get_acl()
41 size = __jfs_getxattr(inode, ea_name, value, size); in jfs_get_acl()
59 char *ea_name; in __jfs_set_acl() local
66 ea_name = XATTR_NAME_POSIX_ACL_ACCESS; in __jfs_set_acl()
69 ea_name = XATTR_NAME_POSIX_ACL_DEFAULT; in __jfs_set_acl()
84 rc = __jfs_setxattr(tid, inode, ea_name, value, size, 0); in __jfs_set_acl()
/kernel/linux/linux-6.6/fs/jfs/
H A Dacl.c20 char *ea_name; in jfs_get_acl() local
29 ea_name = XATTR_NAME_POSIX_ACL_ACCESS; in jfs_get_acl()
32 ea_name = XATTR_NAME_POSIX_ACL_DEFAULT; in jfs_get_acl()
38 size = __jfs_getxattr(inode, ea_name, NULL, 0); in jfs_get_acl()
44 size = __jfs_getxattr(inode, ea_name, value, size); in jfs_get_acl()
62 char *ea_name; in __jfs_set_acl() local
69 ea_name = XATTR_NAME_POSIX_ACL_ACCESS; in __jfs_set_acl()
72 ea_name = XATTR_NAME_POSIX_ACL_DEFAULT; in __jfs_set_acl()
87 rc = __jfs_setxattr(tid, inode, ea_name, value, size, 0); in __jfs_set_acl()
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2ops.c995 const unsigned char *ea_name) in move_smb2_ea_to_cifs()
998 unsigned int ea_name_len = ea_name ? strlen(ea_name) : 0; in move_smb2_ea_to_cifs()
1019 if (ea_name) { in move_smb2_ea_to_cifs()
1021 memcmp(ea_name, name, name_len) == 0) { in move_smb2_ea_to_cifs()
1069 if (ea_name) in move_smb2_ea_to_cifs()
1078 const unsigned char *path, const unsigned char *ea_name, in smb2_query_eas()
1103 * If ea_name is NULL (listxattr) and there are no EAs, in smb2_query_eas()
1105 * ea_name was not found. in smb2_query_eas()
1107 if (!ea_name in smb2_query_eas()
993 move_smb2_ea_to_cifs(char *dst, size_t dst_size, struct smb2_file_full_ea_info *src, size_t src_size, const unsigned char *ea_name) move_smb2_ea_to_cifs() argument
1077 smb2_query_eas(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *path, const unsigned char *ea_name, char *ea_data, size_t buf_size, struct cifs_sb_info *cifs_sb) smb2_query_eas() argument
1133 smb2_set_ea(const unsigned int xid, struct cifs_tcon *tcon, const char *path, const char *ea_name, const void *ea_value, const __u16 ea_value_len, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) smb2_set_ea() argument
[all...]
H A Dcifsproto.h524 const unsigned char *ea_name, char *EAData,
527 const char *fileName, const char *ea_name,
H A Dcifssmb.c6167 * function used by listxattr and getxattr type calls. When ea_name is set,
6169 * buffer. When ea_name is NULL, it stuffs a list of attribute names into the
6176 const unsigned char *searchName, const unsigned char *ea_name, in CIFSSMBQAllEAs()
6193 unsigned int ea_name_len = ea_name ? strlen(ea_name) : 0; in CIFSSMBQAllEAs()
6272 if (ea_name) in CIFSSMBQAllEAs()
6311 if (ea_name) { in CIFSSMBQAllEAs()
6313 memcmp(ea_name, temp_ptr, name_len) == 0) { in CIFSSMBQAllEAs()
6349 if (ea_name) in CIFSSMBQAllEAs()
6362 const char *fileName, const char *ea_name, cons in CIFSSMBSetEA()
6175 CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, const unsigned char *ea_name, char *EAData, size_t buf_size, struct cifs_sb_info *cifs_sb) CIFSSMBQAllEAs() argument
6361 CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const char *ea_name, const void *ea_value, const __u16 ea_value_len, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) CIFSSMBSetEA() argument
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2ops.c973 const unsigned char *ea_name) in move_smb2_ea_to_cifs()
976 unsigned int ea_name_len = ea_name ? strlen(ea_name) : 0; in move_smb2_ea_to_cifs()
997 if (ea_name) { in move_smb2_ea_to_cifs()
999 memcmp(ea_name, name, name_len) == 0) { in move_smb2_ea_to_cifs()
1047 if (ea_name) in move_smb2_ea_to_cifs()
1056 const unsigned char *path, const unsigned char *ea_name, in smb2_query_eas()
1076 * If ea_name is NULL (listxattr) and there are no EAs, in smb2_query_eas()
1078 * ea_name was not found. in smb2_query_eas()
1080 if (!ea_name in smb2_query_eas()
971 move_smb2_ea_to_cifs(char *dst, size_t dst_size, struct smb2_file_full_ea_info *src, size_t src_size, const unsigned char *ea_name) move_smb2_ea_to_cifs() argument
1055 smb2_query_eas(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *path, const unsigned char *ea_name, char *ea_data, size_t buf_size, struct cifs_sb_info *cifs_sb) smb2_query_eas() argument
1104 smb2_set_ea(const unsigned int xid, struct cifs_tcon *tcon, const char *path, const char *ea_name, const void *ea_value, const __u16 ea_value_len, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) smb2_set_ea() argument
[all...]
H A Dcifsproto.h556 const unsigned char *ea_name, char *EAData,
559 const char *fileName, const char *ea_name,
H A Dcifssmb.c5585 * function used by listxattr and getxattr type calls. When ea_name is set,
5587 * buffer. When ea_name is NULL, it stuffs a list of attribute names into the
5594 const unsigned char *searchName, const unsigned char *ea_name, in CIFSSMBQAllEAs()
5611 unsigned int ea_name_len = ea_name ? strlen(ea_name) : 0; in CIFSSMBQAllEAs()
5690 if (ea_name) in CIFSSMBQAllEAs()
5729 if (ea_name) { in CIFSSMBQAllEAs()
5731 memcmp(ea_name, temp_ptr, name_len) == 0) { in CIFSSMBQAllEAs()
5767 if (ea_name) in CIFSSMBQAllEAs()
5780 const char *fileName, const char *ea_name, cons in CIFSSMBSetEA()
5593 CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, const unsigned char *ea_name, char *EAData, size_t buf_size, struct cifs_sb_info *cifs_sb) CIFSSMBQAllEAs() argument
5779 CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const char *ea_name, const void *ea_value, const __u16 ea_value_len, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) CIFSSMBSetEA() argument
[all...]
/kernel/linux/linux-5.10/fs/ntfs/
H A Dlayout.h2388 u8 ea_name[0]; /* Name of the EA. Note this is ASCII, not member
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlayout.h2388 u8 ea_name[0]; /* Name of the EA. Note this is ASCII, not member

Completed in 46 milliseconds