Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h216 extern int zfs_statvfs(struct inode *ip, struct kstatfs *statp);
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c141 error = -zfs_statvfs(dentry->d_inode, statp); in zpl_statfs()
H A Dzfs_vfsops.c1092 zfs_statvfs(struct inode *ip, struct kstatfs *statp) in zfs_statvfs() function
2173 EXPORT_SYMBOL(zfs_statvfs);
H A Dzpl_file.c771 error = zfs_statvfs(ip, &statfs); in zpl_fallocate_common()