Home
last modified time | relevance | path

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

/fs/hfs/
A Dmdb.c82 __be16 attrib; in hfs_mdb_get() local
210 attrib = mdb->drAtrb; in hfs_mdb_get()
211 if (!(attrib & cpu_to_be16(HFS_SB_ATTRIB_UNMNT))) { in hfs_mdb_get()
215 if ((attrib & cpu_to_be16(HFS_SB_ATTRIB_SLOCK))) { in hfs_mdb_get()
221 attrib &= cpu_to_be16(~HFS_SB_ATTRIB_UNMNT); in hfs_mdb_get()
222 attrib |= cpu_to_be16(HFS_SB_ATTRIB_INCNSTNT); in hfs_mdb_get()
223 mdb->drAtrb = attrib; in hfs_mdb_get()
/fs/hfsplus/
A Dwrapper.c69 u16 attrib; in hfsplus_read_mdb() local
77 attrib = be16_to_cpu(*(__be16 *)(bufptr + HFSP_WRAPOFF_ATTRIB)); in hfsplus_read_mdb()
78 if (!(attrib & HFSP_WRAP_ATTRIB_SLOCK) || in hfsplus_read_mdb()
79 !(attrib & HFSP_WRAP_ATTRIB_SPARED)) in hfsplus_read_mdb()
/fs/smb/client/
A Dxattr.c52 __u32 attrib; in cifs_attrib_set() local
59 attrib = *pattrib; in cifs_attrib_set()
60 info_buf.Attributes = cpu_to_le32(attrib); in cifs_attrib_set()
65 CIFS_I(inode)->cifsAttrs = attrib; in cifs_attrib_set()
/fs/ntfs3/
A DMakefile13 ntfs3-y := attrib.o \

Completed in 8 milliseconds