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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dfile.h67 struct vfsmount *vfsmnt);
H A Ddlmglue.h117 struct vfsmount *vfsmnt,
H A Dfile.c215 struct vfsmount *vfsmnt)
228 * We can be called with no vfsmnt structure - NFSD will
235 if (vfsmnt == NULL)
238 if ((vfsmnt->mnt_flags & MNT_NOATIME) ||
239 ((vfsmnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode)))
242 if (vfsmnt->mnt_flags & MNT_RELATIME) {
214 ocfs2_should_update_atime(struct inode *inode, struct vfsmount *vfsmnt) argument
H A Ddlmglue.c2507 struct vfsmount *vfsmnt,
2523 if (ocfs2_should_update_atime(inode, vfsmnt)) {
2533 if (ocfs2_should_update_atime(inode, vfsmnt))
2506 ocfs2_inode_lock_atime(struct inode *inode, struct vfsmount *vfsmnt, int *level) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Ddcache.c1918 * @root: root vfsmnt/dentry (may be modified by this function)
1931 struct vfsmount *vfsmnt = path->mnt; local
1936 while (dentry != root->dentry || vfsmnt != root->mnt) {
1939 if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) {
1941 if (vfsmnt->mnt_parent == vfsmnt) {
1944 dentry = vfsmnt->mnt_mountpoint;
1945 vfsmnt = vfsmnt->mnt_parent;
1977 root->mnt = vfsmnt;
[all...]

Completed in 113 milliseconds