Lines Matching defs:path
19 int vfs_utimes(const struct path *path, struct timespec64 *times)
23 struct inode *inode = path->dentry->d_inode;
35 error = mnt_want_write(path->mnt);
65 error = notify_change(path->dentry, &newattrs, &delegated_inode);
73 mnt_drop_write(path->mnt);
81 struct path path;
93 error = user_path_at(dfd, filename, lookup_flags, &path);
97 error = vfs_utimes(&path, times);
98 path_put(&path);
126 * @filename: path name or NULL
156 /* Nothing to do, we must not even check the path. */