Lines Matching defs:path
20 int vfs_utimes(const struct path *path, struct timespec64 *times)
24 struct inode *inode = path->dentry->d_inode;
36 error = mnt_want_write(path->mnt);
66 error = notify_change(mnt_idmap(path->mnt), path->dentry, &newattrs,
75 mnt_drop_write(path->mnt);
83 struct path path;
95 error = user_path_at(dfd, filename, lookup_flags, &path);
99 error = vfs_utimes(&path, times);
100 path_put(&path);
128 * @filename: path name or NULL
158 /* Nothing to do, we must not even check the path. */