Home
last modified time | relevance | path

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

/src/sys/fs/unionfs/
H A Dunion_vfsops.c328 ump->um_lowermp = vfs_register_upper_from_vp(ump->um_lowervp, mp, in unionfs_domount()
335 if (ump->um_lowermp == NULL || ump->um_uppermp == NULL) { in unionfs_domount()
336 if (ump->um_lowermp != NULL) in unionfs_domount()
337 vfs_unregister_upper(ump->um_lowermp, &ump->um_lower_link); in unionfs_domount()
368 if ((ump->um_lowermp->mnt_flag & MNT_LOCAL) != 0 && in unionfs_domount()
423 vfs_unregister_upper(ump->um_lowermp, &ump->um_lower_link); in unionfs_unmount()
506 error = VFS_STATFS(ump->um_lowermp, mstat); in unionfs_statfs()
588 return (VFS_EXTATTRCTL(ump->um_lowermp, cmd, in unionfs_extattrctl()
H A Dunion.h54 struct mount *um_lowermp; /* MNT_REFed lower mount object */ member