Searched refs:req_path (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_server.c | 1042 static int server_lookup(struct hmdfs_peer *peer, const char *req_path, in server_lookup() argument 1052 err = vfs_path_lookup(root_path.dentry, root_path.mnt, req_path, in server_lookup() 1062 * @req_path: abs path (mount point as the root) from the request 1067 static char *server_lookup_lower(struct hmdfs_peer *peer, const char *req_path, in server_lookup_lower() argument 1074 err = server_lookup(peer, req_path, &up_p); in server_lookup_lower()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_server.c | 1042 static int server_lookup(struct hmdfs_peer *peer, const char *req_path, in server_lookup() argument 1052 err = vfs_path_lookup(root_path.dentry, root_path.mnt, req_path, in server_lookup() 1062 * @req_path: abs path (mount point as the root) from the request 1067 static char *server_lookup_lower(struct hmdfs_peer *peer, const char *req_path, in server_lookup_lower() argument 1074 err = server_lookup(peer, req_path, &up_p); in server_lookup_lower()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | iscsi_if.h | 279 } req_path; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | iscsi_if.h | 279 } req_path; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 2604 ev->r.req_path.host_no = shost->host_no; in iscsi_offload_mesg()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 2627 ev->r.req_path.host_no = shost->host_no; in iscsi_offload_mesg()
|
Completed in 25 milliseconds