Home
last modified time | relevance | path

Searched refs:vfsmnt (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ocfs2/
H A Dfile.h62 struct vfsmount *vfsmnt);
H A Ddlmglue.h133 struct vfsmount *vfsmnt,
H A Dfile.c208 struct vfsmount *vfsmnt) in ocfs2_should_update_atime() argument
228 if (vfsmnt == NULL) in ocfs2_should_update_atime()
231 if ((vfsmnt->mnt_flags & MNT_NOATIME) || in ocfs2_should_update_atime()
232 ((vfsmnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode))) in ocfs2_should_update_atime()
235 if (vfsmnt->mnt_flags & MNT_RELATIME) { in ocfs2_should_update_atime()
H A Ddlmglue.c2571 struct vfsmount *vfsmnt, in ocfs2_inode_lock_atime() argument
2591 if (ocfs2_should_update_atime(inode, vfsmnt)) { in ocfs2_inode_lock_atime()
2606 if (ocfs2_should_update_atime(inode, vfsmnt)) in ocfs2_inode_lock_atime()
/linux/Documentation/filesystems/
H A Didmappings.rst382 - mount's idmapping (``mnt_idmap(vfsmnt)``)