Searched refs:unionfs_mount (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/fs/unionfs/ |
H A D | union.h | 53 struct unionfs_mount { struct 127 #define MOUNTTOUNIONFSMOUNT(mp) ((struct unionfs_mount *)((mp)->mnt_data)) 145 void unionfs_create_uppervattr_core(struct unionfs_mount *, struct vattr *, 147 int unionfs_create_uppervattr(struct unionfs_mount *, struct vnode *,
|
H A D | union_vfsops.c | 76 struct unionfs_mount *ump; in unionfs_domount() 244 ump = malloc(sizeof(struct unionfs_mount), M_UNIONFSMNT, in unionfs_domount() 372 struct unionfs_mount *ump; in unionfs_unmount() 411 struct unionfs_mount *ump; in unionfs_root() 434 struct unionfs_mount *ump; in unionfs_quotactl() 471 struct unionfs_mount *ump; in unionfs_statfs() 555 struct unionfs_mount *ump; in unionfs_extattrctl()
|
H A D | union_subr.c | 304 struct unionfs_mount *ump; in unionfs_nodeget() 653 unionfs_create_uppervattr_core(struct unionfs_mount *ump, struct vattr *lva, in unionfs_create_uppervattr_core() 694 unionfs_create_uppervattr(struct unionfs_mount *ump, struct vnode *lvp, in unionfs_create_uppervattr() 896 struct unionfs_mount *ump; in unionfs_mkshadowdir() 1271 struct unionfs_mount *ump; in unionfs_vn_create_on_upper()
|
H A D | union_vnops.c | 927 struct unionfs_mount *ump; in unionfs_access() 1009 struct unionfs_mount *ump; in unionfs_getattr() 1244 struct unionfs_mount *ump; in unionfs_remove() 1667 struct unionfs_mount *ump; in unionfs_rmdir()
|