Searched refs:pr_type (Results 1 – 12 of 12) sorted by relevance
| /linux/include/linux/ |
| A D | pr.h | 16 enum pr_type type; 23 enum pr_type type, u32 flags); 25 enum pr_type type); 27 enum pr_type type, bool abort);
|
| A D | elf.h | 82 u32 pr_type; member
|
| /linux/drivers/nvme/host/ |
| A D | pr.c | 12 static enum nvme_pr_type nvme_pr_type_from_blk(enum pr_type type) in nvme_pr_type_from_blk() 32 static enum pr_type block_pr_type_from_nvme(enum nvme_pr_type type) in block_pr_type_from_nvme() 142 enum pr_type type, unsigned flags) in nvme_pr_reserve() 155 enum pr_type type, bool abort) in nvme_pr_preempt() 169 static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in nvme_pr_release()
|
| /linux/include/scsi/ |
| A D | scsi_common.h | 22 enum scsi_pr_type block_pr_type_to_scsi(enum pr_type type); 23 enum pr_type scsi_pr_type_to_block(enum scsi_pr_type type);
|
| /linux/drivers/scsi/ |
| A D | scsi_common.c | 68 enum pr_type scsi_pr_type_to_block(enum scsi_pr_type type) in scsi_pr_type_to_block() 89 enum scsi_pr_type block_pr_type_to_scsi(enum pr_type type) in block_pr_type_to_scsi()
|
| A D | sd.c | 2095 static int sd_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in sd_pr_reserve() 2104 static int sd_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in sd_pr_release() 2111 enum pr_type type, bool abort) in sd_pr_preempt()
|
| /linux/include/uapi/linux/ |
| A D | pr.h | 24 enum pr_type { enum
|
| /linux/scripts/kconfig/ |
| A D | expr.c | 1159 void *data, tristate pr_type, const char **title) in expr_print_revdep() argument 1162 expr_print_revdep(e->left.expr, fn, data, pr_type, title); in expr_print_revdep() 1163 expr_print_revdep(e->right.expr, fn, data, pr_type, title); in expr_print_revdep() 1164 } else if (expr_calc_value(e) == pr_type) { in expr_print_revdep() 1177 tristate pr_type, const char *title) in expr_gstr_print_revdep() argument 1179 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
|
| A D | expr.h | 305 tristate pr_type, const char *title);
|
| /linux/arch/sparc/include/asm/ |
| A D | elf_64.h | 157 unsigned int pr_type; member
|
| /linux/fs/ |
| A D | binfmt_elf.c | 745 if (have_prev_type && pr->pr_type <= *prev_type) in parse_elf_property() 747 *prev_type = pr->pr_type; in parse_elf_property() 749 ret = arch_parse_elf_property(pr->pr_type, data + o, in parse_elf_property()
|
| /linux/drivers/md/ |
| A D | dm.c | 3359 enum pr_type type; 3478 static int dm_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in dm_pr_reserve() 3521 static int dm_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in dm_pr_release() 3557 enum pr_type type, bool abort) in dm_pr_preempt()
|
Completed in 80 milliseconds