/kernel/linux/linux-5.10/include/xen/interface/io/ |
H A D | xs_wire.h | 67 uint32_t type; /* XS_??? */ member
|
/kernel/linux/linux-5.10/kernel/sched/rtg/ |
H A D | rtg_ctrl.h | 84 int type; member
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_event_perf.c | 421 void perf_trace_buf_update(void *record, u16 type) in perf_trace_buf_update() argument 495 perf_ftrace_event_register(struct trace_event_call *call, enum trace_reg type, void *data) perf_ftrace_event_register() argument
|
/kernel/linux/linux-5.10/kernel/ |
H A D | ucount.c | 215 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount() argument 192 inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type) inc_ucount() argument
|
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmlock.c | 378 dlm_init_lock(struct dlm_lock *newlock, int type, u8 node, u64 cookie) dlm_init_lock() argument 407 dlm_new_lock(int type, u8 node, u64 cookie, struct dlm_lockstatus *lksb) dlm_new_lock() argument [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | pnode.c | 122 void change_mnt_propagation(struct mount *mnt, int type) in change_mnt_propagation() argument 228 int type; in propagate_one() local
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | key.h | 524 int type = key_type(c, key); in is_hash_key() local
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_ag.c | 371 xfs_btnum_t type; member
|
H A D | xfs_defer.c | 551 xfs_defer_add( struct xfs_trans *tp, enum xfs_defer_ops_type type, struct list_head *li) xfs_defer_add() argument
|
H A D | xfs_alloc.h | 71 xfs_alloctype_t type; /* allocation type XFS_ALLOCTYPE_... */ member 176 xfs_free_extent( struct xfs_trans *tp, xfs_fsblock_t bno, xfs_extlen_t len, const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type) xfs_free_extent() argument
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_dquot.h | 137 static inline int xfs_this_quota_on(struct xfs_mount *mp, xfs_dqtype_t type) in xfs_this_quota_on() argument 151 xfs_inode_dquot( struct xfs_inode *ip, xfs_dqtype_t type) xfs_inode_dquot() argument [all...] |
H A D | xfs_qm_syscalls.c | 501 xfs_qm_scall_setqlim( struct xfs_mount *mp, xfs_dqid_t id, xfs_dqtype_t type, struct qc_dqblk *newlim) xfs_qm_scall_setqlim() argument 641 xfs_qm_scall_getquota_fill_qc( struct xfs_mount *mp, xfs_dqtype_t type, const struct xfs_dquot *dqp, struct qc_dqblk *dst) xfs_qm_scall_getquota_fill_qc() argument 691 xfs_qm_scall_getquota( struct xfs_mount *mp, xfs_dqid_t id, xfs_dqtype_t type, struct qc_dqblk *dst) xfs_qm_scall_getquota() argument 729 xfs_qm_scall_getquota_next( struct xfs_mount *mp, xfs_dqid_t *id, xfs_dqtype_t type, struct qc_dqblk *dst) xfs_qm_scall_getquota_next() argument [all...] |
H A D | xfs_quota.h | 41 xfs_quota_chkd_flag( xfs_dqtype_t type) xfs_quota_chkd_flag() argument
|
H A D | xfs_qm.h | 93 xfs_quota_inode(struct xfs_mount *mp, xfs_dqtype_t type) in xfs_quota_inode() argument 165 xfs_get_defquota(struct xfs_quotainfo *qi, xfs_dqtype_t type) in xfs_get_defquota() argument 75 xfs_dquot_tree( struct xfs_quotainfo *qi, xfs_dqtype_t type) xfs_dquot_tree() argument [all...] |
H A D | xfs_trans_dquot.c | 570 mp->m_super->s_dev, type); in xfs_quota_warn() local 548 xfs_quota_warn( struct xfs_mount *mp, struct xfs_dquot *dqp, int type) xfs_quota_warn() argument
|
H A D | xfs_trans_buf.c | 720 enum xfs_blft type; in xfs_trans_buf_copy_type() local 696 xfs_trans_buf_set_type( struct xfs_trans *tp, struct xfs_buf *bp, enum xfs_blft type) xfs_trans_buf_set_type() argument 738 xfs_trans_dquot_buf( xfs_trans_t *tp, xfs_buf_t *bp, uint type) xfs_trans_dquot_buf() argument [all...] |
H A D | xfs_buf_item_recover.c | 537 uint type; in xlog_recover_do_dquot_buffer() local [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | filecheck.c | 257 ocfs2_filecheck_type_parse(const char *name, unsigned int *type) in ocfs2_filecheck_type_parse() argument 276 unsigned int type; in ocfs2_filecheck_args_parse() local 305 unsigned int type; in ocfs2_filecheck_attr_show() local [all...] |
/kernel/linux/linux-5.10/fs/quota/ |
H A D | quota_tree.c | 410 int type = dquot->dq_id.type; in qtree_write_dquot() local 661 int type = dquot->dq_id.type; in qtree_read_dquot() local
|
H A D | quota_v2.c | 57 static int v2_read_header(struct super_block *sb, int type, in v2_read_header() argument 75 static int v2_check_quota_file(struct super_block *sb, int type) in v2_check_quota_file() argument 90 static int v2_read_file_info(struct super_block *sb, int type) in v2_read_file_info() argument 191 v2_write_file_info(struct super_block *sb, int type) v2_write_file_info() argument 380 v2_free_file_info(struct super_block *sb, int type) v2_free_file_info() argument [all...] |
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | file.c | 48 ssize_t wait_for_direct_io(enum ORANGEFS_io_type type, struct inode *inode, in wait_for_direct_io() argument [all...] |
/kernel/linux/linux-5.10/fs/openpromfs/ |
H A D | inode.c | 39 enum op_inode_type type; member
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | scrub.h | 34 enum xchk_type type; member
|
/kernel/linux/linux-5.10/fs/sysv/ |
H A D | super.c | 205 u32 type; in detect_sysv() local [all...] |
/kernel/linux/linux-5.10/net/9p/ |
H A D | protocol.c | 575 int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type) in p9pdu_prepare() argument
|