Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dfile.h61 struct vfsmount *vfsmnt);
Ddlmglue.h133 struct vfsmount *vfsmnt,
Dfile.c207 struct vfsmount *vfsmnt) in ocfs2_should_update_atime() argument
227 if (vfsmnt == NULL) in ocfs2_should_update_atime()
230 if ((vfsmnt->mnt_flags & MNT_NOATIME) || in ocfs2_should_update_atime()
231 ((vfsmnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode))) in ocfs2_should_update_atime()
234 if (vfsmnt->mnt_flags & MNT_RELATIME) { in ocfs2_should_update_atime()
Ddlmglue.c2570 struct vfsmount *vfsmnt, in ocfs2_inode_lock_atime() argument
2590 if (ocfs2_should_update_atime(inode, vfsmnt)) { in ocfs2_inode_lock_atime()
2605 if (ocfs2_should_update_atime(inode, vfsmnt)) in ocfs2_inode_lock_atime()