Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hfs/
Dfile_hdr.c512 hfs_put_ns(0, tmp); in hdr_read()
517 hfs_put_ns(0, tmp + 2); in hdr_read()
527 hfs_put_ns(0, tmp); /* access */ in hdr_read()
528 hfs_put_ns(0, tmp); /* type */ in hdr_read()
536 hfs_put_ns(0, tmp); in hdr_read()
540 hfs_put_ns(entry->u.dir.flags, tmp + 2); in hdr_read()
815 hfs_put_ns(0, tmp); in hdr_write()
820 hfs_put_ns(0, tmp + 2); in hdr_write()
830 hfs_put_ns(0, tmp); /* access */ in hdr_write()
831 hfs_put_ns(0, tmp); /* type */ in hdr_write()
[all …]
Dmdb.c202 hfs_put_ns(mdb->attrib & htons(~HFS_SB_ATTRIB_CLEAN), in hfs_mdb_get()
310 hfs_put_ns(mdb->attrib, raw->drAtrb); in hfs_mdb_put()
Dcatalog.c402 hfs_put_ns(dir->flags, cat->u.dir.Flags); in __write_entry()
/linux-2.4.37.9/include/linux/
Dhfs_sysdep.h239 #define hfs_put_ns(val, addr) ((void)(*((hfs_u16 *)(addr)) = (val))) macro