Home
last modified time | relevance | path

Searched refs:is_id (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Ddqblk_qtree.h25 int (*is_id)(void *disk, struct dquot *dquot); /* Is this structure for given id? */ member
/linux/fs/quota/
H A Dquota_v2.c35 .is_id = v2r0_is_id,
41 .is_id = v2r1_is_id,
H A Dquota_tree.c640 if (info->dqi_ops->is_id(ddquot, dquot)) in find_block_dqentry()
/linux/kernel/bpf/
H A Dcgroup.c686 bool is_link = flags & BPF_F_LINK, is_id = flags & BPF_F_ID; in get_prog_list() local
695 if (is_link || is_id || id_or_fd) { in get_prog_list()
711 } else if (is_id || id_or_fd) { in get_prog_list()
/linux/fs/ocfs2/
H A Dquota_global.c131 .is_id = ocfs2_global_is_id,