Searched defs:IFIRST (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/fs/ext4/ | ||
D | xattr.h | 64 #define IFIRST(hdr) ((struct ext4_xattr_entry *)((hdr)+1)) macro |
/linux-3.3/fs/ext3/ | ||
D | xattr.c | 74 #define IFIRST(hdr) ((struct ext3_xattr_entry *)((hdr)+1)) macro |