Searched refs:hfs_u8 (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/fs/hfs/ |
D | hfs.h | 336 hfs_u8 fork; /* Which fork is this? */ 350 hfs_u8 flags; 375 hfs_u8 type; 476 hfs_u16, hfs_u32 *, hfs_u8 *); 480 hfs_u8, hfs_u32, hfs_u32, struct hfs_cat_entry **);
|
D | binsert.c | 62 hfs_u8 keysize, hfs_u16 datasize) in binsert_nonfull() 65 hfs_u8 *start; in binsert_nonfull() 85 memcpy(start + 1, (hfs_u8 *)key + 1, keysize-1); in binsert_nonfull() 372 const void *data, hfs_u8 keysize, hfs_u16 datasize, in binsert() 475 hfs_u8 keysize; in hfs_binsert()
|
D | hfs_btree.h | 169 hfs_u8 ndType; 170 hfs_u8 ndNHeight;
|
D | inode.c | 36 static void init_file_inode(struct inode *inode, hfs_u8 fork) in init_file_inode() 192 hfs_u8 new_flags; in __hfs_notify_change()
|
D | file_hdr.c | 881 hfs_u8 new_flags = entry->u.file.flags; in hdr_write() 914 hfs_u8 new_flags = tmp[3]; in hdr_write() 915 hfs_u8 changed = entry->u.file.flags^new_flags; in hdr_write()
|
D | dir_cap.c | 218 hfs_u8 type; in cap_readdir()
|
D | file_cap.c | 245 hfs_u8 new_flags; in cap_info_write()
|
D | balloc.c | 175 *((hfs_u8 *)bnode_key(retval, 1)) = 0x80; /* set first bit of bitmap */ in init_mapnode()
|
D | dir_dbl.c | 204 hfs_u8 type; in dbl_readdir()
|
D | bdelete.c | 47 hfs_u8 *start; in bdelete_nonempty()
|
D | dir_nat.c | 220 hfs_u8 type; in nat_readdir()
|
D | catalog.c | 353 hfs_u8 type; in count_dir_entries() 1091 hfs_u16 count, hfs_u32 *cnid, hfs_u8 *type) in hfs_cat_next() 1179 hfs_u8 flags, hfs_u32 type, hfs_u32 creator, in hfs_cat_create()
|
/linux-2.4.37.9/include/linux/ |
D | hfs_fs.h | 153 hfs_u8 finderinfo[32]; /* id=9 */ 171 hfs_u8 finderinfo[32]; /* id=9 */ 174 hfs_u8 short_name[12]; /* id=13 */ 175 hfs_u8 prodosi[8]; /* id=11 */
|
D | hfs_sysdep.h | 34 typedef __u8 hfs_u8; typedef
|