Home
last modified time | relevance | path

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

/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c305 ump->um_lowermp = vfs_register_upper_from_vp(ump->um_lowervp, mp, in unionfs_domount()
312 if (ump->um_lowermp == NULL || ump->um_uppermp == NULL) { in unionfs_domount()
313 if (ump->um_lowermp != NULL) in unionfs_domount()
314 vfs_unregister_upper(ump->um_lowermp, &ump->um_lower_link); in unionfs_domount()
348 if ((ump->um_lowermp->mnt_flag & MNT_LOCAL) != 0 && in unionfs_domount()
403 vfs_unregister_upper(ump->um_lowermp, &ump->um_lower_link); in unionfs_unmount()
486 error = VFS_STATFS(ump->um_lowermp, mstat); in unionfs_statfs()
568 return (VFS_EXTATTRCTL(ump->um_lowermp, cmd, in unionfs_extattrctl()
H A Dunion.h54 struct mount *um_lowermp; /* MNT_REFed lower mount object */ member