Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hfsplus/
Dcatalog.c83 perms->rootflags |= HFSPLUS_FLG_IMMUTABLE; in hfsplus_cat_set_perms()
85 perms->rootflags &= ~HFSPLUS_FLG_IMMUTABLE; in hfsplus_cat_set_perms()
154 if (HFSPLUS_FLG_IMMUTABLE & in hfsplus_cat_build_record()
Dhfsplus_raw.h84 #define HFSPLUS_FLG_IMMUTABLE 0x02 macro
Dinode.c205 if (perms->rootflags & HFSPLUS_FLG_IMMUTABLE) in hfsplus_get_perms()
600 if (HFSPLUS_FLG_IMMUTABLE & in hfsplus_cat_write_inode()