Searched refs:is_target (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/scripts/basic/ |
H A D | fixdep.c | 323 int is_target; parse_dep_file() local 338 is_target = (*(p-1) == ':'); parse_dep_file() 340 if (is_target) { parse_dep_file()
|
/linux-4.1.27/fs/ceph/ |
H A D | inode.c | 1035 dout("fill_trace %p is_dentry %d is_target %d\n", req, ceph_fill_trace() 1036 rinfo->head->is_dentry, rinfo->head->is_target); ceph_fill_trace() 1058 if (rinfo->head->is_target) { ceph_fill_trace() 1059 rinfo->head->is_target = 0; ceph_fill_trace() 1072 if (!rinfo->head->is_target && !rinfo->head->is_dentry) { ceph_fill_trace() 1097 BUG_ON(!rinfo->head->is_target); ceph_fill_trace() 1143 if (rinfo->head->is_target) { ceph_fill_trace() 1172 (rinfo->head->is_target || strncmp(req->r_dentry->d_name.name, ceph_fill_trace() 1236 if (!rinfo->head->is_target) { ceph_fill_trace()
|
H A D | dir.c | 832 !req->r_reply_info.head->is_target && ceph_mkdir()
|
H A D | mds_client.c | 138 if (info->head->is_target) { parse_reply_info_trace()
|
/linux-4.1.27/net/netfilter/ |
H A D | x_tables.c | 1003 bool is_target) xt_mttg_seq_next() 1015 trav->head = trav->curr = is_target ? xt_mttg_seq_next() 1024 trav->head = trav->curr = is_target ? xt_mttg_seq_next() 1043 bool is_target) xt_mttg_seq_start() 1050 if (xt_mttg_seq_next(seq, NULL, NULL, is_target) == NULL) xt_mttg_seq_start() 1002 xt_mttg_seq_next(struct seq_file *seq, void *v, loff_t *ppos, bool is_target) xt_mttg_seq_next() argument 1042 xt_mttg_seq_start(struct seq_file *seq, loff_t *pos, bool is_target) xt_mttg_seq_start() argument
|
/linux-4.1.27/include/linux/ceph/ |
H A D | ceph_fs.h | 429 __u8 is_dentry, is_target; /* true if dentry, target inode records member in struct:ceph_mds_reply_head
|
Completed in 214 milliseconds