Home
last modified time | relevance | path

Searched defs:IFIRST (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/fs/ext4/
Dxattr.h64 #define IFIRST(hdr) ((struct ext4_xattr_entry *)((hdr)+1)) macro
/linux-3.3/fs/ext3/
Dxattr.c74 #define IFIRST(hdr) ((struct ext3_xattr_entry *)((hdr)+1)) macro