Searched refs:newtail (Results 1 – 7 of 7) sorted by relevance
/linux/fs/adfs/ |
A D | dir_f.c | 127 struct adfs_newdirtail *tail = dir->newtail; in adfs_f_validate() 155 dir->newtail = bufoff(dir->bh, 2007); in adfs_f_read() 160 dir->parent_id = adfs_readval(dir->newtail->dirparent, 3); in adfs_f_read() 304 dir->newtail->endmasseq += 1; in adfs_f_commit() 307 dir->newtail->dircheckbyte = adfs_dir_checkbyte(dir); in adfs_f_commit()
|
A D | adfs.h | 105 struct adfs_newdirtail *newtail; member
|
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
A D | trace.c | 64 void *p, *newtail; in trace_alloc() local 67 newtail = tb->tail + bytes; in trace_alloc() 68 if (!trace_check_alloc(tb, newtail)) in trace_alloc() 71 tb->tail = newtail; in trace_alloc()
|
/linux/scripts/dtc/libfdt/ |
A D | fdt_sw.c | 151 char *oldtail, *newtail; in fdt_resize() local 169 newtail = (char *)buf + bufsize - tailsize; in fdt_resize() 175 memmove(newtail, oldtail, tailsize); in fdt_resize() 177 memmove(newtail, oldtail, tailsize); in fdt_resize()
|
/linux/scripts/dtc/ |
A D | srcpos.c | 274 struct srcpos *srcpos_extend(struct srcpos *pos, struct srcpos *newtail) in srcpos_extend() argument 279 return newtail; in srcpos_extend() 282 p->next = newtail; in srcpos_extend()
|
/linux/kernel/ |
A D | audit.c | 1889 int newtail = skb_tailroom(skb); in audit_expand() local 1896 skb->truesize += newtail - oldtail; in audit_expand() 1897 return newtail; in audit_expand()
|
/linux/drivers/infiniband/hw/irdma/ |
A D | ctrl.c | 2738 u32 newtail, error, val; in irdma_cqp_poll_registers() local 2741 irdma_get_cqp_reg_info(cqp, &val, &newtail, &error); in irdma_cqp_poll_registers() 2749 if (newtail != tail) { in irdma_cqp_poll_registers()
|
Completed in 25 milliseconds