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

/linux-master/fs/nilfs2/
H A Dcpfile.h29 int nilfs_cpfile_get_stat(struct inode *, struct nilfs_cpstat *);
H A Dsysfs.c250 err = nilfs_cpfile_get_stat(nilfs->ns_cpfile, &cpstat);
273 err = nilfs_cpfile_get_stat(nilfs->ns_cpfile, &cpstat);
H A Dcpfile.c1062 * nilfs_cpfile_get_stat - get checkpoint statistics
1066 * Description: nilfs_cpfile_get_stat() returns information about checkpoints.
1076 int nilfs_cpfile_get_stat(struct inode *cpfile, struct nilfs_cpstat *cpstat) function
H A Dioctl.c329 ret = nilfs_cpfile_get_stat(nilfs->ns_cpfile, &cpstat);

Completed in 230 milliseconds