Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Dcpfile.h27 int nilfs_cpfile_get_stat(struct inode *, struct nilfs_cpstat *);
Dsysfs.c261 err = nilfs_cpfile_get_stat(nilfs->ns_cpfile, &cpstat); in nilfs_checkpoints_checkpoints_number_show()
284 err = nilfs_cpfile_get_stat(nilfs->ns_cpfile, &cpstat); in nilfs_checkpoints_snapshots_number_show()
Dcpfile.c945 int nilfs_cpfile_get_stat(struct inode *cpfile, struct nilfs_cpstat *cpstat) in nilfs_cpfile_get_stat() function
Dioctl.c349 ret = nilfs_cpfile_get_stat(nilfs->ns_cpfile, &cpstat); in nilfs_ioctl_get_cpstat()