Searched refs:vfsmnt (Results 1 – 5 of 5) sorted by relevance
76 struct vfsmount *vfsmnt);
124 struct vfsmount *vfsmnt,
221 struct vfsmount *vfsmnt) in ocfs2_should_update_atime() argument241 if (vfsmnt == NULL) in ocfs2_should_update_atime()244 if ((vfsmnt->mnt_flags & MNT_NOATIME) || in ocfs2_should_update_atime()245 ((vfsmnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode))) in ocfs2_should_update_atime()248 if (vfsmnt->mnt_flags & MNT_RELATIME) { in ocfs2_should_update_atime()
2504 struct vfsmount *vfsmnt, in ocfs2_inode_lock_atime() argument2519 if (ocfs2_should_update_atime(inode, vfsmnt)) { in ocfs2_inode_lock_atime()2529 if (ocfs2_should_update_atime(inode, vfsmnt)) in ocfs2_inode_lock_atime()
3105 struct vfsmount *vfsmnt; in prepend_path() local3122 vfsmnt = path->mnt; in prepend_path()3123 mnt = real_mount(vfsmnt); in prepend_path()3125 while (dentry != root->dentry || vfsmnt != root->mnt) { in prepend_path()3128 if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) { in prepend_path()3131 if (dentry != vfsmnt->mnt_root) { in prepend_path()3141 vfsmnt = &mnt->mnt; in prepend_path()3145 error = is_mounted(vfsmnt) ? 1 : 2; in prepend_path()