Home
last modified time | relevance | path

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

/fs/hfs/
Dmdb.c76 __be16 attrib; in hfs_mdb_get() local
204 attrib = mdb->drAtrb; in hfs_mdb_get()
205 if (!(attrib & cpu_to_be16(HFS_SB_ATTRIB_UNMNT))) { in hfs_mdb_get()
209 if ((attrib & cpu_to_be16(HFS_SB_ATTRIB_SLOCK))) { in hfs_mdb_get()
215 attrib &= cpu_to_be16(~HFS_SB_ATTRIB_UNMNT); in hfs_mdb_get()
216 attrib |= cpu_to_be16(HFS_SB_ATTRIB_INCNSTNT); in hfs_mdb_get()
217 mdb->drAtrb = attrib; in hfs_mdb_get()
/fs/hfsplus/
Dwrapper.c98 u16 attrib; in hfsplus_read_mdb() local
106 attrib = be16_to_cpu(*(__be16 *)(bufptr + HFSP_WRAPOFF_ATTRIB)); in hfsplus_read_mdb()
107 if (!(attrib & HFSP_WRAP_ATTRIB_SLOCK) || in hfsplus_read_mdb()
108 !(attrib & HFSP_WRAP_ATTRIB_SPARED)) in hfsplus_read_mdb()
/fs/ntfs/
DMakefile6 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \