Lines Matching defs:path
882 * find_inode_fast is the fast path version of find_inode, see the comment at
1863 * @path: the &struct path to update
1870 bool atime_needs_update(const struct path *path, struct inode *inode)
1872 struct vfsmount *mnt = path->mnt;
1905 void touch_atime(const struct path *path)
1907 struct vfsmount *mnt = path->mnt;
1908 struct inode *inode = d_inode(path->dentry);
1911 if (!atime_needs_update(path, inode))
1922 * Btrfs), but since we touch atime while walking down the path we
1983 * Fast path for nothing security related.
2009 * usage in the file write path of filesystems, and filesystems may
2268 * code path which doesn't today so we use cmpxchg() out of an abundance