Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfsplus/
Dcatalog.c84 perms->rootflags |= HFSPLUS_FLG_IMMUTABLE; in hfsplus_cat_set_perms()
86 perms->rootflags &= ~HFSPLUS_FLG_IMMUTABLE; in hfsplus_cat_set_perms()
155 if (HFSPLUS_FLG_IMMUTABLE & in hfsplus_cat_build_record()
Dhfsplus_raw.h85 #define HFSPLUS_FLG_IMMUTABLE 0x02 macro
Dinode.c205 if (perms->rootflags & HFSPLUS_FLG_IMMUTABLE) in hfsplus_get_perms()
604 if (HFSPLUS_FLG_IMMUTABLE & in hfsplus_cat_write_inode()