Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hfsplus/
Dinode.c386 hfsplus_cat_file *file = &entry.file; in hfsplus_cat_read_inode()
388 if (fd->entrylength < sizeof(hfsplus_cat_file)) in hfsplus_cat_read_inode()
391 sizeof(hfsplus_cat_file)); in hfsplus_cat_read_inode()
457 hfsplus_cat_file *file = &entry.file; in hfsplus_cat_write_inode()
459 if (fd.entrylength < sizeof(hfsplus_cat_file)) in hfsplus_cat_write_inode()
462 sizeof(hfsplus_cat_file)); in hfsplus_cat_write_inode()
475 sizeof(hfsplus_cat_file)); in hfsplus_cat_write_inode()
Dhfsplus_raw.h271 } __packed hfsplus_cat_file; typedef
293 hfsplus_cat_file file;
Dcatalog.c80 hfsplus_cat_file *file; in hfsplus_fill_cat_entry()
225 off = fd.entryoffset + offsetof(hfsplus_cat_file, data_fork); in hfsplus_delete_cat()
230 off = fd.entryoffset + offsetof(hfsplus_cat_file, rsrc_fork); in hfsplus_delete_cat()
Ddir.c58 if (fd.entrylength < sizeof(hfsplus_cat_file)) { in hfsplus_lookup()
177 if (fd.entrylength < sizeof(hfsplus_cat_file)) { in hfsplus_readdir()