vfsmnt             80 fs/d_path.c    	struct vfsmount *vfsmnt;
vfsmnt             97 fs/d_path.c    	vfsmnt = path->mnt;
vfsmnt             98 fs/d_path.c    	mnt = real_mount(vfsmnt);
vfsmnt            100 fs/d_path.c    	while (dentry != root->dentry || vfsmnt != root->mnt) {
vfsmnt            103 fs/d_path.c    		if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) {
vfsmnt            106 fs/d_path.c    			if (dentry != vfsmnt->mnt_root) {
vfsmnt            116 fs/d_path.c    				vfsmnt = &mnt->mnt;
vfsmnt            119 fs/d_path.c    			if (is_mounted(vfsmnt) && !is_anon_ns(mnt->mnt_ns))
vfsmnt           2557 fs/ocfs2/dlmglue.c 			  struct vfsmount *vfsmnt,
vfsmnt           2577 fs/ocfs2/dlmglue.c 	if (ocfs2_should_update_atime(inode, vfsmnt)) {
vfsmnt           2592 fs/ocfs2/dlmglue.c 		if (ocfs2_should_update_atime(inode, vfsmnt))
vfsmnt            135 fs/ocfs2/dlmglue.h 			  struct vfsmount *vfsmnt,
vfsmnt            209 fs/ocfs2/file.c 			      struct vfsmount *vfsmnt)
vfsmnt            229 fs/ocfs2/file.c 	if (vfsmnt == NULL)
vfsmnt            232 fs/ocfs2/file.c 	if ((vfsmnt->mnt_flags & MNT_NOATIME) ||
vfsmnt            233 fs/ocfs2/file.c 	    ((vfsmnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode)))
vfsmnt            236 fs/ocfs2/file.c 	if (vfsmnt->mnt_flags & MNT_RELATIME) {
vfsmnt             60 fs/ocfs2/file.h 			      struct vfsmount *vfsmnt);