Home
last modified time | relevance | path

Searched refs:vfap (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/miscfs/bindfs/
H A Dbind_vfsops.c84 bindfs_vfs_getlowerattr(mount_t mp, struct vfs_attr * vfap, vfs_context_t ctx) in bindfs_vfs_getlowerattr() argument
86 memset(vfap, 0, sizeof(*vfap)); in bindfs_vfs_getlowerattr()
87 VFSATTR_INIT(vfap); in bindfs_vfs_getlowerattr()
88 VFSATTR_WANTED(vfap, f_bsize); in bindfs_vfs_getlowerattr()
89 VFSATTR_WANTED(vfap, f_iosize); in bindfs_vfs_getlowerattr()
90 VFSATTR_WANTED(vfap, f_blocks); in bindfs_vfs_getlowerattr()
91 VFSATTR_WANTED(vfap, f_bfree); in bindfs_vfs_getlowerattr()
92 VFSATTR_WANTED(vfap, f_bavail); in bindfs_vfs_getlowerattr()
93 VFSATTR_WANTED(vfap, f_bused); in bindfs_vfs_getlowerattr()
94 VFSATTR_WANTED(vfap, f_files); in bindfs_vfs_getlowerattr()
[all …]
/xnu-12377.61.12/bsd/miscfs/nullfs/
H A Dnull_vfsops.c84 nullfs_vfs_getlowerattr(mount_t mp, struct vfs_attr * vfap, vfs_context_t ctx) in nullfs_vfs_getlowerattr() argument
86 memset(vfap, 0, sizeof(*vfap)); in nullfs_vfs_getlowerattr()
87 VFSATTR_INIT(vfap); in nullfs_vfs_getlowerattr()
88 VFSATTR_WANTED(vfap, f_bsize); in nullfs_vfs_getlowerattr()
89 VFSATTR_WANTED(vfap, f_iosize); in nullfs_vfs_getlowerattr()
90 VFSATTR_WANTED(vfap, f_blocks); in nullfs_vfs_getlowerattr()
91 VFSATTR_WANTED(vfap, f_bfree); in nullfs_vfs_getlowerattr()
92 VFSATTR_WANTED(vfap, f_bavail); in nullfs_vfs_getlowerattr()
93 VFSATTR_WANTED(vfap, f_bused); in nullfs_vfs_getlowerattr()
94 VFSATTR_WANTED(vfap, f_files); in nullfs_vfs_getlowerattr()
[all …]