Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/basic/
Dfixdep.c323 int is_target; in parse_dep_file() local
338 is_target = (*(p-1) == ':'); in parse_dep_file()
340 if (is_target) { in parse_dep_file()
/linux-4.1.27/fs/ceph/
Dinode.c1036 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()
Ddir.c832 !req->r_reply_info.head->is_target && in ceph_mkdir()
Dmds_client.c138 if (info->head->is_target) { in parse_reply_info_trace()
/linux-4.1.27/net/netfilter/
Dx_tables.c1003 bool is_target) in xt_mttg_seq_next() argument
1015 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() argument
1050 if (xt_mttg_seq_next(seq, NULL, NULL, is_target) == NULL) in xt_mttg_seq_start()
/linux-4.1.27/include/linux/ceph/
Dceph_fs.h429 __u8 is_dentry, is_target; /* true if dentry, target inode records member