Searched refs:vfsmnt (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/fs/ocfs2/
H A Dfile.h76 struct vfsmount *vfsmnt);
H A Ddlmglue.h117 struct vfsmount *vfsmnt,
H A Dfile.c221 struct vfsmount *vfsmnt) ocfs2_should_update_atime()
234 * We can be called with no vfsmnt structure - NFSD will ocfs2_should_update_atime()
241 if (vfsmnt == NULL) ocfs2_should_update_atime()
244 if ((vfsmnt->mnt_flags & MNT_NOATIME) || ocfs2_should_update_atime()
245 ((vfsmnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode))) ocfs2_should_update_atime()
248 if (vfsmnt->mnt_flags & MNT_RELATIME) { ocfs2_should_update_atime()
220 ocfs2_should_update_atime(struct inode *inode, struct vfsmount *vfsmnt) ocfs2_should_update_atime() argument
H A Ddlmglue.c2467 struct vfsmount *vfsmnt, ocfs2_inode_lock_atime()
2482 if (ocfs2_should_update_atime(inode, vfsmnt)) { ocfs2_inode_lock_atime()
2492 if (ocfs2_should_update_atime(inode, vfsmnt)) ocfs2_inode_lock_atime()
2466 ocfs2_inode_lock_atime(struct inode *inode, struct vfsmount *vfsmnt, int *level) ocfs2_inode_lock_atime() argument
/linux-4.4.14/fs/
H A Ddcookies.c9 * This is done by locking the dentry/vfsmnt pair in the
114 * value for a dentry/vfsmnt pair.
H A Ddcache.c2877 * @root: root vfsmnt/dentry
2896 struct vfsmount *vfsmnt; prepend_path() local
2913 vfsmnt = path->mnt; prepend_path()
2914 mnt = real_mount(vfsmnt); prepend_path()
2916 while (dentry != root->dentry || vfsmnt != root->mnt) { prepend_path()
2919 if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) { prepend_path()
2922 if (dentry != vfsmnt->mnt_root) { prepend_path()
2932 vfsmnt = &mnt->mnt; prepend_path()
2936 error = is_mounted(vfsmnt) ? 1 : 2; prepend_path()
2977 * @root: root vfsmnt/dentry
/linux-4.4.14/fs/nfsd/
H A Dexport.c29 * One maps client+vfsmnt+dentry to export options - the export map
/linux-4.4.14/include/linux/
H A Dlsm_hooks.h298 * @mnt contains the vfsmnt structure.

Completed in 371 milliseconds