Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Dcpfile.h39 int nilfs_cpfile_get_stat(struct inode *, struct nilfs_cpstat *);
Dsysfs.c272 err = nilfs_cpfile_get_stat(nilfs->ns_cpfile, &cpstat); in nilfs_checkpoints_checkpoints_number_show()
295 err = nilfs_cpfile_get_stat(nilfs->ns_cpfile, &cpstat); in nilfs_checkpoints_snapshots_number_show()
Dioctl.c363 ret = nilfs_cpfile_get_stat(nilfs->ns_cpfile, &cpstat); in nilfs_ioctl_get_cpstat()
Dcpfile.c953 int nilfs_cpfile_get_stat(struct inode *cpfile, struct nilfs_cpstat *cpstat) in nilfs_cpfile_get_stat() function