Searched refs:hfs_cat_put (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Ddir.c166 hfs_cat_put(new);
170 hfs_cat_put(new);
209 hfs_cat_put(new);
213 hfs_cat_put(new);
257 hfs_cat_put(victim); /* Note that hfs_cat_put(NULL) is safe. */
309 hfs_cat_put(victim); /* Note that hfs_cat_put(NULL) is safe. */
345 hfs_cat_put(deleted);
357 hfs_cat_put(victi
[all...]
H A Ddir_nat.c130 iput(inode); /* this does an hfs_cat_put */
368 hfs_cat_put(victim);
419 hfs_cat_put(victim);
H A Dcatalog.c545 /* short-cut hfs_cat_put by doing everything here. */
745 hfs_cat_put(entry);
756 hfs_cat_put(entry);
765 * hfs_cat_put()
769 * nothing in hfs_cat_put goes to sleep now except on the initial entry.
771 void hfs_cat_put(struct hfs_cat_entry * entry) function
778 hfs_warn("hfs_cat_put: trying to free free entry: %p\n",
784 hfs_warn("hfs_cat_put: %p(%u) type=%d state=%lu\n",
1398 hfs_cat_put(dest);
1412 hfs_cat_put(des
[all...]
H A Dinode.c58 hfs_cat_put(entry);
250 hfs_cat_put(entry);
255 iput(inode); /* automatically does an hfs_cat_put */
281 iput(inode); /* does an hfs_cat_put */
H A Ddir_dbl.c78 hfs_cat_put(victim);
H A Dhfs.h452 extern void hfs_cat_put(struct hfs_cat_entry *);

Completed in 38 milliseconds