Home
last modified time | relevance | path

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

/linux/fs/adfs/
A Ddir_f.c127 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 Dadfs.h105 struct adfs_newdirtail *newtail; member
/linux/tools/testing/selftests/powerpc/pmu/ebb/
A Dtrace.c64 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 Dfdt_sw.c151 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 Dsrcpos.c274 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 Daudit.c1889 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 Dctrl.c2738 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