• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/fs/unionfs/

Lines Matching refs:ump

80 	struct unionfs_mount *ump;
247 ump = (struct unionfs_mount *)malloc(sizeof(struct unionfs_mount),
256 ump->um_lowervp = upperrootvp;
257 ump->um_uppervp = lowerrootvp;
259 ump->um_lowervp = lowerrootvp;
260 ump->um_uppervp = upperrootvp;
262 ump->um_rootvp = NULLVP;
263 ump->um_uid = uid;
264 ump->um_gid = gid;
265 ump->um_udir = udir;
266 ump->um_ufile = ufile;
267 ump->um_copymode = copymode;
268 ump->um_whitemode = whitemode;
270 mp->mnt_data = ump;
275 mp->mnt_flag |= ump->um_uppervp->v_mount->mnt_flag & MNT_RDONLY;
280 VOP_UNLOCK(ump->um_uppervp);
285 error = unionfs_nodeget(mp, ump->um_uppervp, ump->um_lowervp,
286 NULLVP, &(ump->um_rootvp), NULL, td);
289 free(ump, M_UNIONFSMNT);
295 if ((ump->um_lowervp->v_mount->mnt_flag & MNT_LOCAL) &&
296 (ump->um_uppervp->v_mount->mnt_flag & MNT_LOCAL))
321 struct unionfs_mount *ump;
329 ump = MOUNTTOUNIONFSMOUNT(mp);
346 free(ump, M_UNIONFSMNT);
355 struct unionfs_mount *ump;
358 ump = MOUNTTOUNIONFSMOUNT(mp);
359 vp = ump->um_rootvp;
376 struct unionfs_mount *ump;
378 ump = MOUNTTOUNIONFSMOUNT(mp);
383 return (VFS_QUOTACTL(ump->um_uppervp->v_mount, cmd, uid, arg));
389 struct unionfs_mount *ump;
394 ump = MOUNTTOUNIONFSMOUNT(mp);
397 (void *)mp, (void *)ump->um_lowervp, (void *)ump->um_uppervp);
401 error = VFS_STATFS(ump->um_lowervp->v_mount, mstat);
413 error = VFS_STATFS(ump->um_uppervp->v_mount, mstat);
473 struct unionfs_mount *ump;
476 ump = MOUNTTOUNIONFSMOUNT(mp);
480 return (VFS_EXTATTRCTL(ump->um_uppervp->v_mount, cmd,
483 return (VFS_EXTATTRCTL(ump->um_lowervp->v_mount, cmd,