Home
last modified time | relevance | path

Searched refs:pr_type (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dpr.h16 enum pr_type type;
23 enum pr_type type, u32 flags);
25 enum pr_type type);
27 enum pr_type type, bool abort);
H A Delf.h82 u32 pr_type; member
/linux/drivers/nvme/host/
H A Dpr.c12 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()
141 enum pr_type type, unsigned flags) in nvme_pr_reserve()
160 enum pr_type type, bool abort) in nvme_pr_preempt()
190 static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in nvme_pr_release()
/linux/drivers/scsi/
H A Dscsi_common.c68 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()
/linux/include/uapi/linux/
H A Dpr.h24 enum pr_type { enum
/linux/scripts/kconfig/
H A Dexpr.c1192 void *data, tristate pr_type, const char **title)
1195 expr_print_revdep(e->left.expr, fn, data, pr_type, title);
1196 expr_print_revdep(e->right.expr, fn, data, pr_type, title);
1197 } else if (expr_calc_value(e) == pr_type) {
1210 tristate pr_type, const char *title)
1212 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title);
1159 expr_print_revdep(struct expr * e,void (* fn)(void *,struct symbol *,const char *),void * data,tristate pr_type,const char ** title) expr_print_revdep() argument
1177 expr_gstr_print_revdep(struct expr * e,struct gstr * gs,tristate pr_type,const char * title) expr_gstr_print_revdep() argument
H A Dexpr.h318 tristate pr_type, const char *title);
/linux/drivers/md/
H A Ddm.c3490 enum pr_type type;
3609 static int dm_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in dm_pr_reserve()
3652 static int dm_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in dm_pr_release()
3688 enum pr_type type, bool abort) in dm_pr_preempt()