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

/linux-4.1.27/fs/ocfs2/
H A Dfile.h76 struct vfsmount *vfsmnt);
H A Ddlmglue.h117 struct vfsmount *vfsmnt,
H A Dfile.c217 struct vfsmount *vfsmnt) ocfs2_should_update_atime()
230 * We can be called with no vfsmnt structure - NFSD will ocfs2_should_update_atime()
237 if (vfsmnt == NULL) ocfs2_should_update_atime()
240 if ((vfsmnt->mnt_flags & MNT_NOATIME) || ocfs2_should_update_atime()
241 ((vfsmnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode))) ocfs2_should_update_atime()
244 if (vfsmnt->mnt_flags & MNT_RELATIME) { ocfs2_should_update_atime()
216 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.1.27/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.c2875 * @root: root vfsmnt/dentry
2894 struct vfsmount *vfsmnt; prepend_path() local
2911 vfsmnt = path->mnt; prepend_path()
2912 mnt = real_mount(vfsmnt); prepend_path()
2914 while (dentry != root->dentry || vfsmnt != root->mnt) { prepend_path()
2917 if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) { prepend_path()
2920 if (dentry != vfsmnt->mnt_root) { prepend_path()
2930 vfsmnt = &mnt->mnt; prepend_path()
2934 error = is_mounted(vfsmnt) ? 1 : 2; prepend_path()
2975 * @root: root vfsmnt/dentry
/linux-4.1.27/fs/nfsd/
H A Dexport.c29 * One maps client+vfsmnt+dentry to export options - the export map
/linux-4.1.27/include/linux/
H A Dsecurity.h460 * @mnt contains the vfsmnt structure.

Completed in 248 milliseconds