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