Searched refs:vfsmnt (Results 1 – 4 of 4) sorted by relevance
61 struct vfsmount *vfsmnt);
133 struct vfsmount *vfsmnt,
207 struct vfsmount *vfsmnt) in ocfs2_should_update_atime() argument227 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()
2572 struct vfsmount *vfsmnt, in ocfs2_inode_lock_atime() argument2592 if (ocfs2_should_update_atime(inode, vfsmnt)) { in ocfs2_inode_lock_atime()2607 if (ocfs2_should_update_atime(inode, vfsmnt)) in ocfs2_inode_lock_atime()