Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hfsplus/
Dinode.c367 hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_read_inode()
369 if (fd->entrylength < sizeof(hfsplus_cat_folder)) in hfsplus_cat_read_inode()
372 sizeof(hfsplus_cat_folder)); in hfsplus_cat_read_inode()
442 hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_write_inode()
444 if (fd.entrylength < sizeof(hfsplus_cat_folder)) in hfsplus_cat_write_inode()
447 sizeof(hfsplus_cat_folder)); in hfsplus_cat_write_inode()
455 sizeof(hfsplus_cat_folder)); in hfsplus_cat_write_inode()
Dhfsplus_raw.h234 } __packed hfsplus_cat_folder; typedef
292 hfsplus_cat_folder folder;
Ddir.c52 if (fd.entrylength < sizeof(hfsplus_cat_folder)) { in hfsplus_lookup()
165 if (fd.entrylength < sizeof(hfsplus_cat_folder)) { in hfsplus_readdir()
Dcatalog.c65 hfsplus_cat_folder *folder; in hfsplus_fill_cat_entry()