Searched refs:HFS_FIL_LOCK (Results 1 – 3 of 3) sorted by relevance
63 #define HFS_FIL_LOCK 0x01 /* locked */ macro
354 if (!(rec->file.Flags & HFS_FIL_LOCK)) in hfs_read_inode()495 rec.file.Flags &= ~HFS_FIL_LOCK; in hfs_write_inode()497 rec.file.Flags |= HFS_FIL_LOCK; in hfs_write_inode()
54 rec->file.Flags |= HFS_FIL_LOCK; in hfs_cat_build_record()