HomeSort by: relevance | last modified time | path
    Searched refs:UNMNT_BELOW (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/fs/union/
t_pr.c 44 unionargs.mntflags = UNMNT_BELOW;
51 unionargs.mntflags = UNMNT_BELOW;
183 unionargs.mntflags = UNMNT_BELOW;
217 unionargs.mntflags = UNMNT_BELOW;
  /src/sbin/mount_union/
mount_union.c 98 args.mntflags |= UNMNT_BELOW;
  /src/sys/fs/union/
union.h 84 #define UNMNT_BELOW 0x0002 /* Target appears below mount point */
union_vfsops.c 183 case UNMNT_BELOW:
271 case UNMNT_BELOW:
union_vnops.c 405 if (um->um_op == UNMNT_BELOW) {
418 if (um->um_op == UNMNT_BELOW)
802 if (um->um_op == UNMNT_BELOW) {
  /src/sys/fs/unionfs/
unionfs.h 51 #define UNMNT_BELOW 0x0002 /* Target appears below mount point */
unionfs_vfsops.c 151 case UNMNT_BELOW:
280 case UNMNT_BELOW:
  /src/tests/fs/vfs/
t_union.c 79 unionargs.mntflags = UNMNT_BELOW;

Completed in 14 milliseconds