Home
last modified time | relevance | path

Searched refs:HFS_IS_RSRC (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/hfs/
H A Dattr.c30 if (!S_ISREG(inode->i_mode) || HFS_IS_RSRC(inode)) in __hfs_setxattr()
76 if (!S_ISREG(inode->i_mode) || HFS_IS_RSRC(inode)) in __hfs_getxattr()
H A Dinode.c347 if (!HFS_IS_RSRC(inode)) { in hfs_read_inode()
454 if (HFS_IS_RSRC(inode)) in hfs_write_inode()
485 } else if (HFS_IS_RSRC(inode)) { in hfs_write_inode()
527 if (HFS_IS_RSRC(dir) || strcmp(dentry->d_name.name, "rsrc")) in hfs_file_lookup()
568 if (HFS_IS_RSRC(inode) && HFS_I(inode)->rsrc_inode) { in hfs_evict_inode()
576 if (HFS_IS_RSRC(inode)) in hfs_file_open()
586 if (HFS_IS_RSRC(inode)) in hfs_file_release()
H A Dhfs_fs.h93 #define HFS_IS_RSRC(inode) (HFS_I(inode)->flags & HFS_FLG_RSRC) macro
H A Dextent.c115 HFS_IS_RSRC(inode) ? HFS_FK_RSRC : HFS_FK_DATA); in __hfs_ext_write_extent()
180 block, HFS_IS_RSRC(inode) ? HFS_FK_RSRC : HFS_FK_DATA); in __hfs_ext_cache_extent()