Lines Matching +full:0200 +full:h
6 #include <linux/module.h>
7 #include <linux/parser.h>
8 #include <uapi/scsi/fc/fc_fs.h>
10 #include "../host/nvme.h"
11 #include "../target/nvmet.h"
12 #include <linux/nvme-fc-driver.h>
13 #include <linux/nvme-fc.h>
1655 static DEVICE_ATTR(add_local_port, 0200, NULL, fcloop_create_local_port);
1656 static DEVICE_ATTR(del_local_port, 0200, NULL, fcloop_delete_local_port);
1657 static DEVICE_ATTR(add_remote_port, 0200, NULL, fcloop_create_remote_port);
1658 static DEVICE_ATTR(del_remote_port, 0200, NULL, fcloop_delete_remote_port);
1659 static DEVICE_ATTR(add_target_port, 0200, NULL, fcloop_create_target_port);
1660 static DEVICE_ATTR(del_target_port, 0200, NULL, fcloop_delete_target_port);
1661 static DEVICE_ATTR(set_cmd_drop, 0200, NULL, fcloop_set_cmd_drop);