Searched refs:cpstat (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 Dioctl.c185 struct nilfs_cpstat cpstat; local
189 ret = nilfs_cpfile_get_stat(nilfs->ns_cpfile, &cpstat);
194 if (copy_to_user(argp, &cpstat, sizeof(cpstat)))
H A Dcpfile.c910 int nilfs_cpfile_get_stat(struct inode *cpfile, struct nilfs_cpstat *cpstat) argument
924 cpstat->cs_cno = nilfs_mdt_cno(cpfile);
925 cpstat->cs_ncps = le64_to_cpu(header->ch_ncheckpoints);
926 cpstat->cs_nsss = le64_to_cpu(header->ch_nsnapshots);

Completed in 32 milliseconds