Home
last modified time | relevance | path

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

/openbmc/linux/fs/hfs/
H A Dhfs_fs.h89 #define HFS_FLG_RSRC 0x0001 macro
93 #define HFS_IS_RSRC(inode) (HFS_I(inode)->flags & HFS_FLG_RSRC)
H A Dinode.c338 HFS_I(inode)->flags |= HFS_FLG_RSRC; in hfs_read_inode()