Searched refs:xattr_names (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dxattr.c128 char *xattr_names, *p; local
142 xattr_names = malloc(size);
143 if(xattr_names == NULL) {
148 size = llistxattr(filename, xattr_names, size);
150 free(xattr_names);
165 for(i = 0, p = xattr_names; p < xattr_names + size; i++) {
226 free(xattr_names);
236 free(xattr_names);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dxattr.c118 if (host_ui->xattr_names + host_ui->xattr_cnt +
155 host_ui->xattr_names += nm->len;
434 len = host_ui->xattr_names + host_ui->xattr_cnt;
505 host_ui->xattr_names -= nm->len;
H A Dubifs-media.h474 * @xattr_names: sum of lengths of all extended attribute names belonging to
508 __le32 xattr_names; member in struct:ubifs_ino_node
H A Dsuper.c82 if (ui->xattr_names + ui->xattr_cnt > XATTR_LIST_MAX)
150 ui->xattr_names = le32_to_cpu(ino->xattr_names);
H A Djournal.c478 ino->xattr_names = cpu_to_le32(ui->xattr_names);
H A Ddebug.c264 printk(KERN_DEBUG "\txattr_names %u\n", ui->xattr_names);
466 le32_to_cpu(ino->xattr_names));
1782 fscki->xattr_nms = le32_to_cpu(ino->xattr_names);
H A Dubifs.h338 * @xattr_names: sum of lengths of all extended attribute names belonging to
393 unsigned int xattr_names; member in struct:ubifs_inode

Completed in 59 milliseconds