Lines Matching refs:path
100 static int cap_sb_mount(const char *dev_name, struct path *path, in cap_sb_mount() argument
111 static int cap_sb_pivotroot(struct path *old_path, struct path *new_path) in cap_sb_pivotroot()
228 static int cap_inode_getattr(const struct path *path) in cap_inode_getattr() argument
272 static int cap_path_mknod(struct path *dir, struct dentry *dentry, umode_t mode, in cap_path_mknod()
278 static int cap_path_mkdir(struct path *dir, struct dentry *dentry, umode_t mode) in cap_path_mkdir()
283 static int cap_path_rmdir(struct path *dir, struct dentry *dentry) in cap_path_rmdir()
288 static int cap_path_unlink(struct path *dir, struct dentry *dentry) in cap_path_unlink()
293 static int cap_path_symlink(struct path *dir, struct dentry *dentry, in cap_path_symlink()
299 static int cap_path_link(struct dentry *old_dentry, struct path *new_dir, in cap_path_link()
305 static int cap_path_rename(struct path *old_path, struct dentry *old_dentry, in cap_path_rename()
306 struct path *new_path, struct dentry *new_dentry) in cap_path_rename()
311 static int cap_path_truncate(struct path *path) in cap_path_truncate() argument
316 static int cap_path_chmod(struct path *path, umode_t mode) in cap_path_chmod() argument
321 static int cap_path_chown(struct path *path, kuid_t uid, kgid_t gid) in cap_path_chown() argument
326 static int cap_path_chroot(struct path *root) in cap_path_chroot()