Searched refs:sustat (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsufile.c504 int nilfs_sufile_get_stat(struct inode *sufile, struct nilfs_sustat *sustat) argument
520 sustat->ss_nsegs = nilfs_sufile_get_nsegments(sufile);
521 sustat->ss_ncleansegs = le64_to_cpu(header->sh_ncleansegs);
522 sustat->ss_ndirtysegs = le64_to_cpu(header->sh_ndirtysegs);
523 sustat->ss_ctime = nilfs->ns_ctime;
524 sustat->ss_nongc_ctime = nilfs->ns_nongc_ctime;
526 sustat->ss_prot_seq = nilfs->ns_prot_seq;
H A Dioctl.c216 struct nilfs_sustat sustat; local
220 ret = nilfs_sufile_get_stat(nilfs->ns_sufile, &sustat);
225 if (copy_to_user(argp, &sustat, sizeof(sustat)))

Completed in 95 milliseconds