Home
last modified time | relevance | path

Searched refs:PR_FL_IGNORE_KEY (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/nvme/host/
H A Dpr.c133 if (flags & ~PR_FL_IGNORE_KEY) in nvme_pr_register()
137 cdw10 |= (flags & PR_FL_IGNORE_KEY) ? 1 << 3 : 0; in nvme_pr_register()
147 if (flags & ~PR_FL_IGNORE_KEY) in nvme_pr_reserve()
151 cdw10 |= ((flags & PR_FL_IGNORE_KEY) ? 1 << 3 : 0); in nvme_pr_reserve()
/openbmc/linux/include/uapi/linux/
H A Dpr.h59 #define PR_FL_IGNORE_KEY (1 << 0) /* ignore existing key */ macro
/openbmc/linux/block/
H A Dioctl.c290 if (reg.flags & ~PR_FL_IGNORE_KEY) in blkdev_pr_register()
308 if (rsv.flags & ~PR_FL_IGNORE_KEY) in blkdev_pr_reserve()
/openbmc/linux/Documentation/block/
H A Dpr.rst114 - PR_FL_IGNORE_KEY
/openbmc/linux/drivers/target/
H A Dtarget_core_iblock.c868 sa == PRO_REGISTER ? 0 : PR_FL_IGNORE_KEY); in iblock_execute_pr_out()
/openbmc/linux/drivers/scsi/
H A Dsd.c1928 if (flags & ~PR_FL_IGNORE_KEY) in sd_pr_register()
1930 return sd_pr_out_command(bdev, (flags & PR_FL_IGNORE_KEY) ? 0x06 : 0x00, in sd_pr_register()