Lines Matching defs:filepath
1157 int __ksmbd_vfs_kern_path(struct ksmbd_work *work, char *filepath,
1167 err = ksmbd_vfs_path_lookup(share_conf, filepath, flags, path, for_remove);
1171 path_len = strlen(filepath);
1178 char *filename = filepath + path_len - remain_len;
1200 filepath,
1219 * @filepath: file path that is relative to share
1229 int ksmbd_vfs_kern_path(struct ksmbd_work *work, char *filepath,
1233 return __ksmbd_vfs_kern_path(work, filepath, flags, path,
1240 * @filepath: file path that is relative to share
1250 int ksmbd_vfs_kern_path_start_removing(struct ksmbd_work *work, char *filepath,
1254 return __ksmbd_vfs_kern_path(work, filepath, flags, path,