Searched defs:ea (Results 1 – 15 of 15) sorted by relevance
/fs/gfs2/ |
D | eattr.h | 16 #define GFS2_EA_REC_LEN(ea) be32_to_cpu((ea)->ea_rec_len) argument 17 #define GFS2_EA_DATA_LEN(ea) be32_to_cpu((ea)->ea_data_len) argument 19 #define GFS2_EA_SIZE(ea) \ argument 24 #define GFS2_EA_IS_STUFFED(ea) (!(ea)->ea_num_ptrs) argument 25 #define GFS2_EA_IS_LAST(ea) ((ea)->ea_flags & GFS2_EAFLAG_LAST) argument 34 #define GFS2_EA2NAME(ea) ((char *)((struct gfs2_ea_header *)(ea) + 1)) argument 35 #define GFS2_EA2DATA(ea) (GFS2_EA2NAME(ea) + (ea)->ea_name_len) argument 37 #define GFS2_EA2DATAPTRS(ea) \ argument 40 #define GFS2_EA2NEXT(ea) \ argument 86 static inline unsigned int gfs2_ea_strlen(struct gfs2_ea_header *ea) in gfs2_ea_strlen()
|
D | eattr.c | 77 struct gfs2_ea_header *ea, *prev = NULL; in ea_foreach_i() local 160 struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, in ea_find_i() 218 struct gfs2_ea_header *ea, in ea_dealloc_unstuffed() 314 struct gfs2_ea_header *ea, in ea_remove_unstuffed() 349 struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, in ea_list_i() 440 static int ea_get_unstuffed(struct gfs2_inode *ip, struct gfs2_ea_header *ea, in ea_get_unstuffed() 583 struct gfs2_ea_header *ea; in ea_alloc_blk() local 617 static int ea_write(struct gfs2_inode *ip, struct gfs2_ea_header *ea, in ea_write() 771 static struct gfs2_ea_header *ea_split_ea(struct gfs2_ea_header *ea) in ea_split_ea() 791 struct gfs2_ea_header *ea = el->el_ea; in ea_set_remove_stuffed() local [all …]
|
/fs/jfs/ |
D | jfs_xattr.h | 36 struct jfs_ea ea[0]; /* Variable length list */ member 46 #define EA_SIZE(ea) \ argument 49 #define NEXT_EA(ea) ((struct jfs_ea *) (((char *) (ea)) + (EA_SIZE (ea)))) argument
|
D | xattr.c | 93 static inline int is_os2_xattr(struct jfs_ea *ea) in is_os2_xattr() 130 static inline int name_size(struct jfs_ea *ea) in name_size() 138 static inline int copy_name(char *buffer, struct jfs_ea *ea) in copy_name() 179 int size, dxd_t * ea) in ea_write_inline() 237 dxd_t * ea) in ea_write() 787 struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL; in __jfs_setxattr() local 954 struct jfs_ea *ea; in __jfs_getxattr() local 1027 static inline int can_list(struct jfs_ea *ea) in can_list() 1041 struct jfs_ea *ea; in jfs_listxattr() local
|
D | namei.c | 50 dxd_t *ea = &JFS_IP(inode)->ea; in free_ea_wmap() local
|
D | jfs_incore.h | 45 dxd_t ea; /* dxd describing ea */ member
|
/fs/hpfs/ |
D | ea.c | 19 struct extended_attribute *ea = (struct extended_attribute *)ex; in hpfs_ea_ext_remove() local 79 struct extended_attribute *ea; in hpfs_read_ea() local 135 struct extended_attribute *ea; in hpfs_get_ea() local 197 struct extended_attribute *ea; in hpfs_set_ea() local
|
D | inode.c | 48 unsigned char *ea; in hpfs_read_inode() local 151 __le32 ea; in hpfs_write_inode_ea() local
|
D | hpfs_fn.h | 153 static inline struct extended_attribute *next_ea(struct extended_attribute *ea) in next_ea() 158 static inline secno ea_sec(struct extended_attribute *ea) in ea_sec() 163 static inline secno ea_len(struct extended_attribute *ea) in ea_len() 168 static inline char *ea_data(struct extended_attribute *ea) in ea_data()
|
D | map.c | 126 struct extended_attribute *ea; in hpfs_map_fnode() local
|
D | anode.c | 479 struct extended_attribute *ea; in hpfs_remove_fnode() local
|
D | hpfs.h | 420 unsigned char ea[316]; /* zero or more EA's, packed together member
|
/fs/udf/ |
D | misc.c | 51 uint8_t *ea = NULL, *ad = NULL; in udf_add_extendedattr() local 155 uint8_t *ea = NULL; in udf_get_extendedattr() local
|
D | namei.c | 875 char *ea; in udf_symlink() local
|
/fs/ntfs/ |
D | layout.h | 1100 } __attribute__ ((__packed__)) ea; member
|