Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfs/
Dhfs.h63 #define HFS_FIL_LOCK 0x01 /* locked */ macro
Dinode.c349 if (!(rec->file.Flags & HFS_FIL_LOCK)) in hfs_read_inode()
496 rec.file.Flags &= ~HFS_FIL_LOCK; in hfs_write_inode()
498 rec.file.Flags |= HFS_FIL_LOCK; in hfs_write_inode()
Dcatalog.c54 rec->file.Flags |= HFS_FIL_LOCK; in hfs_cat_build_record()