Home
last modified time | relevance | path

Searched defs:IS_LAST_ENTRY (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/ext4/
Dxattr.h74 #define IS_LAST_ENTRY(entry) (*(__u32 *)(entry) == 0) macro
/linux-4.1.27/fs/ext2/
Dxattr.c70 #define IS_LAST_ENTRY(entry) (*(__u32 *)(entry) == 0) macro
/linux-4.1.27/fs/ext3/
Dxattr.c62 #define IS_LAST_ENTRY(entry) (*(__u32 *)(entry) == 0) macro