Home
last modified time | relevance | path

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

/fs/
Dd_path.c80 struct vfsmount *vfsmnt; in prepend_path() local
97 vfsmnt = path->mnt; in prepend_path()
98 mnt = real_mount(vfsmnt); in prepend_path()
100 while (dentry != root->dentry || vfsmnt != root->mnt) { in prepend_path()
103 if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) { in prepend_path()
106 if (dentry != vfsmnt->mnt_root) { in prepend_path()
116 vfsmnt = &mnt->mnt; in prepend_path()
119 if (is_mounted(vfsmnt) && !is_anon_ns(mnt->mnt_ns)) in prepend_path()
/fs/ocfs2/
Dfile.h60 struct vfsmount *vfsmnt);
Ddlmglue.h135 struct vfsmount *vfsmnt,
Dfile.c209 struct vfsmount *vfsmnt) in ocfs2_should_update_atime() argument
229 if (vfsmnt == NULL) in ocfs2_should_update_atime()
232 if ((vfsmnt->mnt_flags & MNT_NOATIME) || in ocfs2_should_update_atime()
233 ((vfsmnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode))) in ocfs2_should_update_atime()
236 if (vfsmnt->mnt_flags & MNT_RELATIME) { in ocfs2_should_update_atime()
Ddlmglue.c2557 struct vfsmount *vfsmnt, in ocfs2_inode_lock_atime() argument
2577 if (ocfs2_should_update_atime(inode, vfsmnt)) { in ocfs2_inode_lock_atime()
2592 if (ocfs2_should_update_atime(inode, vfsmnt)) in ocfs2_inode_lock_atime()