Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Dfile.h76 struct vfsmount *vfsmnt);
Ddlmglue.h117 struct vfsmount *vfsmnt,
Dfile.c217 struct vfsmount *vfsmnt) in ocfs2_should_update_atime() argument
237 if (vfsmnt == NULL) in ocfs2_should_update_atime()
240 if ((vfsmnt->mnt_flags & MNT_NOATIME) || in ocfs2_should_update_atime()
241 ((vfsmnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode))) in ocfs2_should_update_atime()
244 if (vfsmnt->mnt_flags & MNT_RELATIME) { in ocfs2_should_update_atime()
Ddlmglue.c2467 struct vfsmount *vfsmnt, in ocfs2_inode_lock_atime() argument
2482 if (ocfs2_should_update_atime(inode, vfsmnt)) { in ocfs2_inode_lock_atime()
2492 if (ocfs2_should_update_atime(inode, vfsmnt)) in ocfs2_inode_lock_atime()
/linux-4.1.27/fs/
Ddcache.c2894 struct vfsmount *vfsmnt; in prepend_path() local
2911 vfsmnt = path->mnt; in prepend_path()
2912 mnt = real_mount(vfsmnt); in prepend_path()
2914 while (dentry != root->dentry || vfsmnt != root->mnt) { in prepend_path()
2917 if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) { in prepend_path()
2920 if (dentry != vfsmnt->mnt_root) { in prepend_path()
2930 vfsmnt = &mnt->mnt; in prepend_path()
2934 error = is_mounted(vfsmnt) ? 1 : 2; in prepend_path()