Searched refs:ns_gc_dat (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dgcdat.c32 struct inode *dat = nilfs->ns_dat, *gcdat = nilfs->ns_gc_dat;
52 struct inode *dat = nilfs->ns_dat, *gcdat = nilfs->ns_gc_dat;
78 struct inode *gcdat = nilfs->ns_gc_dat;
H A Dthe_nilfs.c164 nilfs_mdt_destroy(nilfs->ns_gc_dat);
200 nilfs->ns_gc_dat = nilfs_dat_new(nilfs, dat_entry_size);
201 if (unlikely(!nilfs->ns_gc_dat))
212 nilfs_mdt_set_shadow(nilfs->ns_dat, nilfs->ns_gc_dat);
243 nilfs_mdt_destroy(nilfs->ns_gc_dat);
449 nilfs_mdt_destroy(nilfs->ns_gc_dat);
H A Dnilfs.h195 return nilfs_doing_gc() ? nilfs->ns_gc_dat : nilfs->ns_dat;
H A Dthe_nilfs.h82 * @ns_gc_dat: shadow inode of the DAT file inode for GC
166 struct inode *ns_gc_dat; member in struct:the_nilfs

Completed in 102 milliseconds