xattr.h (dec214d00e0d78a08b947d7dccdfdb84407a9f4d) | xattr.h (7a9ca53aea10ad4677a0f347ad7639c304b80194) |
---|---|
1/* 2 File: fs/ext4/xattr.h 3 4 On-disk format of extended attributes for the ext4 filesystem. 5 6 (C) 2001 Andreas Gruenbacher, <a.gruenbacher@computer.org> 7*/ 8 --- 179 unchanged lines hidden (view full) --- 188} 189#endif 190 191#ifdef CONFIG_LOCKDEP 192extern void ext4_xattr_inode_set_class(struct inode *ea_inode); 193#else 194static inline void ext4_xattr_inode_set_class(struct inode *ea_inode) { } 195#endif | 1/* 2 File: fs/ext4/xattr.h 3 4 On-disk format of extended attributes for the ext4 filesystem. 5 6 (C) 2001 Andreas Gruenbacher, <a.gruenbacher@computer.org> 7*/ 8 --- 179 unchanged lines hidden (view full) --- 188} 189#endif 190 191#ifdef CONFIG_LOCKDEP 192extern void ext4_xattr_inode_set_class(struct inode *ea_inode); 193#else 194static inline void ext4_xattr_inode_set_class(struct inode *ea_inode) { } 195#endif |
196 197extern int ext4_get_inode_usage(struct inode *inode, qsize_t *usage); |
|