Home
last modified time | relevance | path

Searched refs:HFS_FIL_LOCK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/hfs/
H A Dhfs.h63 #define HFS_FIL_LOCK 0x01 /* locked */ macro
H A Dinode.c357 if (!(rec->file.Flags & HFS_FIL_LOCK)) in hfs_read_inode()
504 rec.file.Flags &= ~HFS_FIL_LOCK; in hfs_write_inode()
506 rec.file.Flags |= HFS_FIL_LOCK; in hfs_write_inode()
H A Dcatalog.c54 rec->file.Flags |= HFS_FIL_LOCK; in hfs_cat_build_record()