Searched refs:jfs_ea_list (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/jfs/
H A Djfs_xattr.h12 * jfs_ea_list describe the on-disk format of the extended attributes.
23 struct jfs_ea_list { struct
H A Dxattr.c31 * Extended attribute lists (jfs_ea_list) consist of an overall size (32 bit
44 * A jfs_ea_list then is structured as
64 struct jfs_ea_list *xattr; /* buffer containing ea list */
143 static int ea_write_inline(struct inode *ip, struct jfs_ea_list *ealist,
152 if (ealist && size > sizeof (struct jfs_ea_list)) {
201 static int ea_write(struct inode *ip, struct jfs_ea_list *ealist, int size,
317 static int ea_read_inline(struct inode *ip, struct jfs_ea_list *ealist)
330 if (le32_to_cpu(((struct jfs_ea_list *) &ji->i_inline_ea)->size)
351 static int ea_read(struct inode *ip, struct jfs_ea_list *ealist)
452 ea_buf->xattr = (struct jfs_ea_list *) j
[all...]

Completed in 191 milliseconds