Searched refs:min_offs (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dxattr.c512 size_t *min_offs, void *base, int *total)
518 if (offs < *min_offs)
519 *min_offs = offs;
522 return (*min_offs - ((void *)last - base) - sizeof(__u32));
544 size_t free, min_offs = s->end - s->base, name_len = strlen(i->name); local
546 /* Compute min_offs and last. */
551 if (offs < min_offs)
552 min_offs = offs;
555 free = min_offs - ((void *)last - s->base) - sizeof(__u32);
581 void *first_val = s->base + min_offs;
511 ext4_xattr_free_space(struct ext4_xattr_entry *last, size_t *min_offs, void *base, int *total) argument
1144 size_t min_offs, free; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dxattr.c375 size_t name_len, free, min_offs = sb->s_blocksize; local
386 * min_offs -- The offset of the first value (values are aligned
429 if (offs < min_offs)
430 min_offs = offs;
442 /* We still need to compute min_offs and last. */
449 if (offs < min_offs)
450 min_offs = offs;
456 free = min_offs - ((char*)last - (char*)header) - sizeof(__u32);
549 char *first_val = (char *)header + min_offs;
569 min_offs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dxattr.c534 size_t free, min_offs = s->end - s->base, name_len = strlen(i->name); local
536 /* Compute min_offs and last. */
541 if (offs < min_offs)
542 min_offs = offs;
545 free = min_offs - ((void *)last - s->base) - sizeof(__u32);
571 void *first_val = s->base + min_offs;
593 min_offs += size;
621 void *val = s->base + min_offs - size;
622 s->here->e_value_offs = cpu_to_le16(min_offs - size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dxattr.c2986 size_t min_offs = xs->end - xs->base; local
2995 if (offs < min_offs)
2996 min_offs = offs;
3000 free = min_offs - ((void *)last - xs->base) - OCFS2_XATTR_HEADER_GAP;

Completed in 108 milliseconds