Searched refs:vfsmnt (Results 1 – 3 of 3) sorted by relevance
62 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()
382 - mount's idmapping (``mnt_idmap(vfsmnt)``)