Home
last modified time | relevance | path

Searched refs:is_target (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/tools/build/
Dfixdep.c52 int is_target; in parse_dep_file() local
65 is_target = (*(p-1) == ':'); in parse_dep_file()
67 if (is_target) { in parse_dep_file()
/linux-4.4.14/scripts/basic/
Dfixdep.c307 int is_target; in parse_dep_file() local
320 is_target = (*(p-1) == ':'); in parse_dep_file()
322 if (is_target) { in parse_dep_file()
/linux-4.4.14/fs/ceph/
Dinode.c1041 rinfo->head->is_dentry, rinfo->head->is_target); in ceph_fill_trace()
1063 if (rinfo->head->is_target) { in ceph_fill_trace()
1064 rinfo->head->is_target = 0; in ceph_fill_trace()
1077 if (!rinfo->head->is_target && !rinfo->head->is_dentry) { in ceph_fill_trace()
1102 BUG_ON(!rinfo->head->is_target); in ceph_fill_trace()
1148 if (rinfo->head->is_target) { in ceph_fill_trace()
1177 (rinfo->head->is_target || strncmp(req->r_dentry->d_name.name, in ceph_fill_trace()
1241 if (!rinfo->head->is_target) { in ceph_fill_trace()
Ddir.c842 !req->r_reply_info.head->is_target && in ceph_mkdir()
Dmds_client.c139 if (info->head->is_target) { in parse_reply_info_trace()
/linux-4.4.14/net/netfilter/
Dx_tables.c1232 bool is_target) in xt_mttg_seq_next() argument
1244 trav->head = trav->curr = is_target ? in xt_mttg_seq_next()
1253 trav->head = trav->curr = is_target ? in xt_mttg_seq_next()
1272 bool is_target) in xt_mttg_seq_start() argument
1279 if (xt_mttg_seq_next(seq, NULL, NULL, is_target) == NULL) in xt_mttg_seq_start()
/linux-4.4.14/include/linux/ceph/
Dceph_fs.h429 __u8 is_dentry, is_target; /* true if dentry, target inode records member