Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hfsplus/
Dhfsplus_raw.h306 #define HFSPLUS_FILE_LOCKED 0x0001 macro
Dinode.c603 file->flags |= cpu_to_be16(HFSPLUS_FILE_LOCKED); in hfsplus_cat_write_inode()
605 file->flags &= cpu_to_be16(~HFSPLUS_FILE_LOCKED); in hfsplus_cat_write_inode()
Dcatalog.c158 cpu_to_be16(HFSPLUS_FILE_LOCKED); in hfsplus_cat_build_record()