Home
last modified time | relevance | path

Searched refs:BMAP_ATTRFORK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bmap.h136 #define BMAP_ATTRFORK (1u << 8) macro
144 { BMAP_ATTRFORK, "ATTR" }, \
258 return BMAP_ATTRFORK; in xfs_bmap_fork_to_state()
H A Dxfs_inode_fork.c677 else if (state & BMAP_ATTRFORK) in xfs_iext_state_to_fork()