Lines Matching defs:path
922 * find_inode_fast is the fast path version of find_inode, see the comment at
1958 * @path: the &struct path to update
1965 bool atime_needs_update(const struct path *path, struct inode *inode)
1967 struct vfsmount *mnt = path->mnt;
2000 void touch_atime(const struct path *path)
2002 struct vfsmount *mnt = path->mnt;
2003 struct inode *inode = d_inode(path->dentry);
2005 if (!atime_needs_update(path, inode))
2016 * Btrfs), but since we touch atime while walking down the path we
2150 * the file write path of filesystems, and filesystems may choose to
2460 * code path which doesn't today so we use cmpxchg() out of an abundance