Searched refs:vfsmnt (Results 1 – 5 of 5) sorted by relevance
62 struct vfsmount *vfsmnt);
133 struct vfsmount *vfsmnt,
208 struct vfsmount *vfsmnt) in ocfs2_should_update_atime() argument228 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()
2571 struct vfsmount *vfsmnt, in ocfs2_inode_lock_atime() argument2591 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()
382 - mount's idmapping (``mnt_idmap(vfsmnt)``)