Go to the documentation of this file.
40 #define MAXEASIZE 65535
41 #define MAXEALISTSIZE MAXEASIZE
47 (sizeof (struct jfs_ea) + (ea)->namelen + 1 + \
48 le16_to_cpu((ea)->valuelen))
49 #define NEXT_EA(ea) ((struct jfs_ea *) (((char *) (ea)) + (EA_SIZE (ea))))
50 #define FIRST_EA(ealist) ((ealist)->ea)
51 #define EALIST_SIZE(ealist) le32_to_cpu((ealist)->size)
52 #define END_EALIST(ealist) \
53 ((struct jfs_ea *) (((char *) (ealist)) + EALIST_SIZE(ealist)))
64 #ifdef CONFIG_JFS_SECURITY
69 struct inode *dir,
const struct qstr *
qstr)