Home
last modified time | relevance | path

Searched refs:hfs_cat_entry (Results 1 – 17 of 17) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dhfs.h329 struct hfs_cat_entry *entry; /* The file this fork is part of */
361 struct hfs_cat_entry { struct
459 extern void hfs_cat_put(struct hfs_cat_entry *);
460 extern void hfs_cat_mark_dirty(struct hfs_cat_entry *);
461 extern struct hfs_cat_entry *hfs_cat_get(struct hfs_mdb *,
472 extern struct hfs_cat_entry *hfs_cat_parent(struct hfs_cat_entry *);
474 extern int hfs_cat_open(struct hfs_cat_entry *, struct hfs_brec *);
475 extern int hfs_cat_next(struct hfs_cat_entry *, struct hfs_brec *,
477 extern void hfs_cat_close(struct hfs_cat_entry *, struct hfs_brec *);
479 extern int hfs_cat_create(struct hfs_cat_entry *, struct hfs_cat_key *,
[all …]
Dcatalog.c35 #define CCACHE_INC (PAGE_SIZE/sizeof(struct hfs_cat_entry))
153 static inline void insert_hash(struct hfs_cat_entry *entry) in insert_hash()
159 static inline void remove_hash(struct hfs_cat_entry *entry) in remove_hash()
170 static inline void wait_on_entry(struct hfs_cat_entry * entry) in wait_on_entry()
182 static void lock_entry(struct hfs_cat_entry * entry) in lock_entry()
195 static void unlock_entry(struct hfs_cat_entry * entry) in unlock_entry()
204 void hfs_cat_mark_dirty(struct hfs_cat_entry *entry) in hfs_cat_mark_dirty()
222 static void delete_entry(struct hfs_cat_entry *entry) in delete_entry()
240 static inline void init_entry(struct hfs_cat_entry *entry) in init_entry()
253 static inline struct hfs_cat_entry *hfs_cat_alloc(void) in hfs_cat_alloc()
[all …]
Ddir.c76 static inline void update_dirs_plus(struct hfs_cat_entry *dir, int is_dir) in update_dirs_plus()
106 static inline void update_dirs_minus(struct hfs_cat_entry *dir, int is_dir) in update_dirs_minus()
137 static inline void mark_inodes_deleted(struct hfs_cat_entry *entry, in mark_inodes_deleted()
169 struct hfs_cat_entry *entry = HFS_I(dir)->entry; in hfs_create()
170 struct hfs_cat_entry *new; in hfs_create()
214 struct hfs_cat_entry *entry = HFS_I(parent)->entry; in hfs_mkdir()
215 struct hfs_cat_entry *new; in hfs_mkdir()
254 struct hfs_cat_entry *entry = HFS_I(dir)->entry; in hfs_unlink()
255 struct hfs_cat_entry *victim = NULL; in hfs_unlink()
295 struct hfs_cat_entry *entry = HFS_I(parent)->entry; in hfs_rmdir()
[all …]
Ddir_nat.c103 struct hfs_cat_entry *entry; in nat_lookup()
185 struct hfs_cat_entry *entry; in nat_readdir()
329 struct hfs_cat_entry *entry = HFS_I(parent)->entry; in nat_rmdir()
369 struct hfs_cat_entry *entry = HFS_I(dir)->entry; in nat_hdr_unlink()
382 struct hfs_cat_entry *victim; in nat_hdr_unlink()
420 struct hfs_cat_entry *entry = HFS_I(old_dir)->entry; in nat_hdr_rename()
433 struct hfs_cat_entry *victim; in nat_hdr_rename()
Dinode.c39 struct hfs_cat_entry *entry = HFS_I(inode)->entry; in init_file_inode()
81 struct hfs_cat_entry *entry = HFS_I(inode)->entry; in hfs_put_inode()
117 struct hfs_cat_entry *entry = HFS_I(inode)->entry; in __hfs_notify_change()
285 struct inode *hfs_iget(struct hfs_cat_entry *entry, ino_t type, in hfs_iget()
362 struct hfs_cat_entry *entry = HFS_I(inode)->entry; in hfs_cap_ifill()
417 struct hfs_cat_entry *entry = HFS_I(inode)->entry; in hfs_dbl_ifill()
463 struct hfs_cat_entry *entry = HFS_I(inode)->entry; in hfs_nat_ifill()
Ddir_dbl.c86 struct hfs_cat_entry *entry = HFS_I(dir)->entry; in is_hdr()
87 struct hfs_cat_entry *victim; in is_hdr()
113 struct hfs_cat_entry *entry; in dbl_lookup()
179 struct hfs_cat_entry *entry; in dbl_readdir()
Dfile_cap.c67 struct hfs_cat_entry *entry) in cap_build_meta()
126 struct hfs_cat_entry *entry = HFS_I(inode)->entry; in cap_info_read()
222 struct hfs_cat_entry *entry = HFS_I(inode)->entry; in cap_info_write()
Dfile_hdr.c170 const struct hfs_cat_entry *entry) in dlength()
210 const struct hfs_cat_entry *entry) in hdr_build_meta()
290 static inline void adjust_forks(struct hfs_cat_entry *entry, in adjust_forks()
313 static void get_dates(const struct hfs_cat_entry *entry, in get_dates()
324 static void set_dates(struct hfs_cat_entry *entry, struct inode *inode, in set_dates()
386 struct hfs_cat_entry *entry = HFS_I(inode)->entry; in hdr_read()
639 struct hfs_cat_entry *entry = HFS_I(inode)->entry; in hdr_write()
980 struct hfs_cat_entry *entry = HFS_I(inode)->entry; in hdr_truncate()
Ddir_cap.c101 struct hfs_cat_entry *entry; in cap_lookup()
184 struct hfs_cat_entry *entry; in cap_readdir()
Dsysdep.c85 struct hfs_cat_entry *entry = HFS_I(inode)->entry; in hfs_dentry_iput()
Dfile.c496 struct hfs_cat_entry *entry = fork->entry; in hfs_do_write()
513 void hfs_file_fix_mode(struct hfs_cat_entry *entry) in hfs_file_fix_mode()
Dhfs_btree.h196 struct hfs_cat_entry entry; /* Fake catalog entry */
Dballoc.c366 struct hfs_cat_entry *entry = &tree->entry; in hfs_btree_extend()
Dextent.c203 struct hfs_cat_entry *entry = fork->entry; in find_ext()
528 struct hfs_cat_entry *entry = fork->entry; in grow_fork()
DChangeLog160 PAGE_SIZE/sizeof(struct hfs_cat_entry) entries at a time and keeps
1112 Rename 'sysentry' field of (struct hfs_cat_entry) to 'sys_entry'.
1462 (struct hfs_cat_entry) and ensuring that hfs_cat_put()
1576 Remove unused 'version' field from (struct hfs_cat_entry).
/linux-2.4.37.9/include/linux/
Dhfs_fs.h232 struct hfs_cat_entry;
233 extern struct hfs_cat_entry *hfs_cat_get(struct hfs_mdb *,
273 extern void hfs_file_fix_mode(struct hfs_cat_entry *entry);
296 extern struct inode *hfs_iget(struct hfs_cat_entry *, ino_t, struct dentry *);
Dhfs_fs_i.h23 struct hfs_cat_entry *entry;