OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MNT_RELATIME
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/sys/
fstypes.h
95
#define
MNT_RELATIME
0x00020000 /* only update access time if mod/ch */
125
{
MNT_RELATIME
, 0, "relatime" }, \
133
MNT_NODEVMTIME | MNT_NOEXEC | MNT_NOSUID | MNT_RDONLY |
MNT_RELATIME
| \
259
"\22
MNT_RELATIME
" \
statvfs.h
118
#define ST_RELATIME
MNT_RELATIME
/src/include/
mntopts.h
61
#define MOPT_RELATIME { "relatime", 0,
MNT_RELATIME
, 0 }
/src/sys/ufs/ext2fs/
ext2fs_readwrite.c
444
/* Trigger ctime and mtime updates, and atime if
MNT_RELATIME
. */
446
if (vp->v_mount->mnt_flag &
MNT_RELATIME
)
ext2fs_vnops.c
416
if (vp->v_mount->mnt_flag &
MNT_RELATIME
)
849
if (vp->v_mount->mnt_flag &
MNT_RELATIME
)
/src/sys/fs/udf/
udf_vnops.c
395
if (vp->v_mount->mnt_flag &
MNT_RELATIME
)
1138
if (vp->v_mount->mnt_flag &
MNT_RELATIME
)
1197
if (vp->v_mount->mnt_flag &
MNT_RELATIME
)
/src/sys/ufs/lfs/
ulfs_readwrite.c
523
/* Trigger ctime and mtime updates, and atime if
MNT_RELATIME
. */
525
if (vp->v_mount->mnt_flag &
MNT_RELATIME
)
ulfs_vnops.c
388
if (vp->v_mount->mnt_flag &
MNT_RELATIME
)
lfs_vnops.c
704
if ((*vpp)->v_mount->mnt_flag &
MNT_RELATIME
)
/src/sys/ufs/ufs/
ufs_readwrite.c
562
/* Trigger ctime and mtime updates, and atime if
MNT_RELATIME
. */
564
if (vp->v_mount->mnt_flag &
MNT_RELATIME
)
ufs_vnops.c
642
if (vp->v_mount->mnt_flag &
MNT_RELATIME
)
1534
if (vp->v_mount->mnt_flag &
MNT_RELATIME
)
/src/sys/fs/ptyfs/
ptyfs_vnops.c
459
if (vp->v_mount->mnt_flag &
MNT_RELATIME
)
/src/sys/fs/tmpfs/
tmpfs_vnops.c
1261
if (vp->v_mount->mnt_flag &
MNT_RELATIME
)
/src/sys/fs/nilfs/
nilfs_vnops.c
280
if (vp->v_mount->mnt_flag &
MNT_RELATIME
)
/src/sys/rump/librump/rumpvfs/
rumpfs.c
934
if (vp->v_mount->mnt_flag &
MNT_RELATIME
)
/src/sys/fs/puffs/
puffs_vnops.c
2492
if (vp->v_mount->mnt_flag &
MNT_RELATIME
)
Completed in 26 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025