Home
last modified time | relevance | path

Searched refs:hfs_cat_open (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Ddir_cap.c220 if (hfs_cat_open(entry, &brec) || in cap_readdir()
Ddir_dbl.c206 if (hfs_cat_open(entry, &brec) || in dbl_readdir()
Dhfs.h474 extern int hfs_cat_open(struct hfs_cat_entry *, struct hfs_brec *);
Ddir_nat.c222 if (hfs_cat_open(entry, &brec) || in nat_readdir()
Dcatalog.c355 if (!hfs_cat_open(entry, brec)) { in count_dir_entries()
1056 int hfs_cat_open(struct hfs_cat_entry *dir, struct hfs_brec *brec) in hfs_cat_open() function