Home
last modified time | relevance | path

Searched refs:bind_mount (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/miscfs/bindfs/ !
H A Dbind_vfsops.c110 struct bind_mount * xmp = NULL; in bindfs_mount()
180 xmp = kalloc_type(struct bind_mount, Z_WAITOK | Z_ZERO | Z_NOFAIL); in bindfs_mount()
285 kfree_type(struct bind_mount, xmp); in bindfs_mount()
309 struct bind_mount * mntdata; in bindfs_unmount()
359 kfree_type(struct bind_mount, mntdata); in bindfs_unmount()
394 struct bind_mount * bind_mp = MOUNTTOBINDMOUNT(mp); in bindfs_vfs_getattr()
H A Dbindfs.h88 struct bind_mount { struct
123 #define MOUNTTOBINDMOUNT(mp) ((struct bind_mount *)(vfs_fsprivate(mp)))
H A Dbind_vnops.c191 struct bind_mount * bind_mp; in bind_lookup()