Searched refs:is_target (Results 1 – 6 of 6) sorted by relevance
323 int is_target; in parse_dep_file() local338 is_target = (*(p-1) == ':'); in parse_dep_file()340 if (is_target) { in parse_dep_file()
1036 rinfo->head->is_dentry, rinfo->head->is_target); in ceph_fill_trace()1058 if (rinfo->head->is_target) { in ceph_fill_trace()1059 rinfo->head->is_target = 0; in ceph_fill_trace()1072 if (!rinfo->head->is_target && !rinfo->head->is_dentry) { in ceph_fill_trace()1097 BUG_ON(!rinfo->head->is_target); in ceph_fill_trace()1143 if (rinfo->head->is_target) { in ceph_fill_trace()1172 (rinfo->head->is_target || strncmp(req->r_dentry->d_name.name, in ceph_fill_trace()1236 if (!rinfo->head->is_target) { in ceph_fill_trace()
832 !req->r_reply_info.head->is_target && in ceph_mkdir()
138 if (info->head->is_target) { in parse_reply_info_trace()
1003 bool is_target) in xt_mttg_seq_next() argument1015 trav->head = trav->curr = is_target ? in xt_mttg_seq_next()1024 trav->head = trav->curr = is_target ? in xt_mttg_seq_next()1043 bool is_target) in xt_mttg_seq_start() argument1050 if (xt_mttg_seq_next(seq, NULL, NULL, is_target) == NULL) in xt_mttg_seq_start()
429 __u8 is_dentry, is_target; /* true if dentry, target inode records member