Searched refs:ns_gc_inodes_h (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dgcinode.c194 BUG_ON(nilfs->ns_gc_inodes_h);
198 nilfs->ns_gc_inodes_h =
201 if (nilfs->ns_gc_inodes_h == NULL)
205 INIT_HLIST_HEAD(&nilfs->ns_gc_inodes_h[loop]);
215 if (nilfs->ns_gc_inodes_h) {
217 kfree(nilfs->ns_gc_inodes_h);
218 nilfs->ns_gc_inodes_h = NULL;
257 struct hlist_head *head = nilfs->ns_gc_inodes_h + ihash(ino, cno);
287 struct hlist_head *head = nilfs->ns_gc_inodes_h;
H A Dthe_nilfs.h84 * @ns_gc_inodes_h: hash list to keep dummy inode holding live blocks
170 struct hlist_head *ns_gc_inodes_h; member in struct:the_nilfs
H A Dthe_nilfs.c91 nilfs->ns_gc_inodes_h = NULL;

Completed in 47 milliseconds