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

/linux-master/fs/jfs/
H A Dacl.c20 char *ea_name; local
29 ea_name = XATTR_NAME_POSIX_ACL_ACCESS;
32 ea_name = XATTR_NAME_POSIX_ACL_DEFAULT;
38 size = __jfs_getxattr(inode, ea_name, NULL, 0);
44 size = __jfs_getxattr(inode, ea_name, value, size);
62 char *ea_name; local
69 ea_name = XATTR_NAME_POSIX_ACL_ACCESS;
72 ea_name = XATTR_NAME_POSIX_ACL_DEFAULT;
87 rc = __jfs_setxattr(tid, inode, ea_name, value, size, 0);
/linux-master/fs/smb/client/
H A Dsmb2ops.c974 const unsigned char *ea_name)
977 unsigned int ea_name_len = ea_name ? strlen(ea_name) : 0;
998 if (ea_name) {
1000 memcmp(ea_name, name, name_len) == 0) {
1048 if (ea_name)
1057 const unsigned char *path, const unsigned char *ea_name,
1077 * If ea_name is NULL (listxattr) and there are no EAs,
1079 * ea_name was not found.
1081 if (!ea_name
972 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) argument
1056 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) argument
1105 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) argument
[all...]
H A Dcifsproto.h563 const unsigned char *ea_name, char *EAData,
566 const char *fileName, const char *ea_name,
H A Dcifssmb.c5595 * function used by listxattr and getxattr type calls. When ea_name is set,
5597 * buffer. When ea_name is NULL, it stuffs a list of attribute names into the
5604 const unsigned char *searchName, const unsigned char *ea_name,
5621 unsigned int ea_name_len = ea_name ? strlen(ea_name) : 0;
5700 if (ea_name)
5739 if (ea_name) {
5741 memcmp(ea_name, temp_ptr, name_len) == 0) {
5777 if (ea_name)
5790 const char *fileName, const char *ea_name, cons
5603 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) argument
5789 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) argument
[all...]

Completed in 156 milliseconds