Home
last modified time | relevance | path

Searched refs:MNT_RELOAD (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmount.h370 #define MNT_RELOAD 0x00040000 /* reload filesystem data */ macro
372 #define MNT_CMDFLAGS (MNT_UPDATE|MNT_NOBLOCK|MNT_RELOAD|MNT_FORCE)
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_syscalls.c1223 if ((flags & MNT_RELOAD) && in mount_common()
1285 mp->mnt_flag |= flags & (MNT_RELOAD | MNT_FORCE | MNT_UPDATE); in mount_common()
1766 (MNT_UPDATE | MNT_RELOAD | MNT_FORCE); in mount_common()
2340 if ((flags & MNT_RELOAD) && in mount_begin_update()
H A Dkpi_vfs.c536 return (mp->mnt_flag & MNT_UPDATE) && (mp->mnt_flag & MNT_RELOAD); in vfs_isreload()