Searched refs:MNT_LOCAL (Results 1 – 25 of 27) sorted by relevance
12
345 if ((ump->um_lowermp->mnt_flag & MNT_LOCAL) != 0 && in unionfs_domount()346 (ump->um_uppermp->mnt_flag & MNT_LOCAL) != 0) in unionfs_domount()347 mp->mnt_flag |= MNT_LOCAL; in unionfs_domount()
202 if (NULLVPTOLOWERVP(nullm_rootvp)->v_mount->mnt_flag & MNT_LOCAL) { in nullfs_mount()204 mp->mnt_flag |= MNT_LOCAL; in nullfs_mount()
128 mp->mnt_flag |= MNT_LOCAL; in devfs_mount()
340 { MNT_LOCAL, "local" }, \410 #define MNT_LOCAL 0x0000000000001000ULL /* filesystem is stored locally */ macro426 MNT_LOCAL | MNT_USER | MNT_QUOTA | \
355 if (!(fs_p->f_flags & MNT_LOCAL)) { in fs_tbl_process_statfs_entry()
279 (sf.f_flags & MNT_LOCAL) == 0) { in set_events()
370 mp->mnt_flag |= MNT_LOCAL; in pfs_mount()
455 mp->mnt_flag |= MNT_LOCAL; in p9_mount()
426 mp->mnt_flag &= ~MNT_LOCAL; in fuse_vfsop_mount()
567 if (fst->f_flags & MNT_LOCAL) in getnfsquota()
478 mp->mnt_flag |= MNT_LOCAL; in tmpfs_mount()
344 mp->mnt_flag |= MNT_LOCAL; in udf_mountfs()
391 mp->mnt_flag |= MNT_LOCAL; in iso_mountfs()
1553 defined(HAVE_FSTATFS) && defined(MNT_LOCAL) && !defined(ST_LOCAL)1625 if (sfs.f_flags & MNT_LOCAL) in setup_current_filesystem()
858 mp->mnt_flag |= MNT_LOCAL; in mountmsdosfs()
1032 mp->mnt_flag |= (MNT_LOCAL | MNT_RDONLY); in tarfs_mount()
259 (mp->mnt_flag & MNT_LOCAL) == 0) in nameicap_check_dotdot()
372 if (mp != NULL && (mp->mnt_flag & MNT_LOCAL) != 0 && in vop_stdadvlock()
3122 if ((mp->mnt_flag & (MNT_RDONLY | MNT_LOCAL)) != MNT_LOCAL || in suspend_all_fs()
601 mp->mnt_flag |= MNT_LOCAL; in mqfs_mount()
1777 if (mp == NULL || (mp->mnt_flag & MNT_LOCAL) != 0) in aio_queue_file()
955 new->mt_data = MNT_LOCAL; in c_fstype()
1199 vfsp->mnt_flag |= MNT_LOCAL; in zfs_domount()
1031 mp->mnt_flag |= MNT_LOCAL; in ffs_mountfs()
559 return !!(STATVFS_F_FLAG(Vfs) & MNT_LOCAL);