/fs/gfs2/ |
D | xattr.h | 13 #define GFS2_EA_REC_LEN(ea) be32_to_cpu((ea)->ea_rec_len) argument 14 #define GFS2_EA_DATA_LEN(ea) be32_to_cpu((ea)->ea_data_len) argument 16 #define GFS2_EA_SIZE(ea) \ argument 21 #define GFS2_EA_IS_STUFFED(ea) (!(ea)->ea_num_ptrs) argument 22 #define GFS2_EA_IS_LAST(ea) ((ea)->ea_flags & GFS2_EAFLAG_LAST) argument 27 #define GFS2_EA2NAME(ea) ((char *)((struct gfs2_ea_header *)(ea) + 1)) argument 28 #define GFS2_EA2DATA(ea) (GFS2_EA2NAME(ea) + (ea)->ea_name_len) argument 30 #define GFS2_EA2DATAPTRS(ea) \ argument 33 #define GFS2_EA2NEXT(ea) \ argument
|
D | xattr.c | 80 struct gfs2_ea_header *ea, *prev = NULL; in ea_foreach_i() local 165 struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, in ea_find_i() 224 struct gfs2_ea_header *ea, in ea_dealloc_unstuffed() 318 struct gfs2_ea_header *ea, in ea_remove_unstuffed() 344 struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, in ea_list_i() 439 static int gfs2_iter_unstuffed(struct gfs2_inode *ip, struct gfs2_ea_header *ea, in gfs2_iter_unstuffed() 624 struct gfs2_ea_header *ea; in ea_alloc_blk() local 661 static int ea_write(struct gfs2_inode *ip, struct gfs2_ea_header *ea, in ea_write() 810 static struct gfs2_ea_header *ea_split_ea(struct gfs2_ea_header *ea) in ea_split_ea() 830 struct gfs2_ea_header *ea = el->el_ea; in ea_set_remove_stuffed() local [all …]
|
D | inode.c | 454 struct gfs2_ea_header *ea; in gfs2_init_xattr() local
|
/fs/jfs/ |
D | jfs_xattr.h | 25 struct jfs_ea ea[]; /* Variable length list */ member 35 #define EA_SIZE(ea) \ argument 38 #define NEXT_EA(ea) ((struct jfs_ea *) (((char *) (ea)) + (EA_SIZE (ea)))) argument
|
D | xattr.c | 95 static inline int name_size(struct jfs_ea *ea) in name_size() 103 static inline int copy_name(char *buffer, struct jfs_ea *ea) in copy_name() 144 int size, dxd_t * ea) in ea_write_inline() 202 dxd_t * ea) in ea_write() 659 struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL; in __jfs_setxattr() local 798 struct jfs_ea *ea; in __jfs_getxattr() local 848 static inline int can_list(struct jfs_ea *ea) in can_list() 862 struct jfs_ea *ea; in jfs_listxattr() local
|
D | namei.c | 38 dxd_t *ea = &JFS_IP(inode)->ea; in free_ea_wmap() local
|
D | jfs_incore.h | 34 dxd_t ea; /* dxd describing ea */ member
|
/fs/hpfs/ |
D | ea.c | 20 struct extended_attribute *ea = (struct extended_attribute *)ex; in hpfs_ea_ext_remove() local 81 struct extended_attribute *ea; in hpfs_read_ea() local 136 struct extended_attribute *ea; in hpfs_get_ea() local 199 struct extended_attribute *ea; in hpfs_set_ea() local
|
D | hpfs_fn.h | 145 static unsigned ea_valuelen(struct extended_attribute *ea) in ea_valuelen() 150 static inline struct extended_attribute *next_ea(struct extended_attribute *ea) in next_ea() 155 static inline secno ea_sec(struct extended_attribute *ea) in ea_sec() 160 static inline secno ea_len(struct extended_attribute *ea) in ea_len() 165 static inline char *ea_data(struct extended_attribute *ea) in ea_data()
|
D | inode.c | 50 void *ea; in hpfs_read_inode() local 154 __le32 ea; in hpfs_write_inode_ea() local
|
D | map.c | 172 struct extended_attribute *ea; in hpfs_map_fnode() local
|
D | anode.c | 485 struct extended_attribute *ea; in hpfs_remove_fnode() local
|
D | hpfs.h | 470 u8 ea[316]; /* zero or more EA's, packed together member 546 static inline bool ea_indirect(struct extended_attribute *ea) in ea_indirect() 551 static inline bool ea_in_anode(struct extended_attribute *ea) in ea_in_anode()
|
/fs/udf/ |
D | misc.c | 50 uint8_t *ea = NULL, *ad = NULL; in udf_add_extendedattr() local 152 uint8_t *ea = NULL; in udf_get_extendedattr() local
|
D | namei.c | 891 uint8_t *ea; in udf_symlink() local
|
/fs/ntfs/ |
D | layout.h | 1075 } __attribute__ ((__packed__)) ea; member
|
/fs/cifs/ |
D | smb2ops.c | 1157 struct smb2_file_full_ea_info *ea = NULL; in smb2_set_ea() local
|