Searched refs:xattr (Results 1 - 25 of 100) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dxattr.c22 * xattr.c
37 #include <sys/xattr.h>
42 #include "xattr.h"
58 /* compressed xattr table */
62 /* cached uncompressed xattr data */
66 /* cached uncompressed xattr id table */
70 /* saved compressed xattr table */
73 /* saved cached uncompressed xattr data */
77 /* saved cached uncompressed xattr id table */
80 /* xattr has
104 get_prefix(struct xattr_list *xattr, char *name) argument
241 get_xattr_size(struct xattr_list *xattr) argument
318 struct xattr_list *xattr = &xattr_list[i]; local
331 struct xattr_list *xattr = &xattr_list[i]; local
363 check_value_dupl(struct xattr_list *xattr) argument
546 struct xattr_list *xattr = &xattr_list[i]; local
585 struct xattr_list *xattr = &xattr_list[i]; local
603 struct xattr_list *xattr = &xattr_list[i]; local
[all...]
H A Dunsquashfs_xattr.c26 #include "xattr.h"
28 #include <sys/xattr.h>
32 void write_xattr(char *pathname, unsigned int xattr) argument
38 if(xattr == SQUASHFS_INVALID_XATTR ||
42 xattr_list = get_xattr(xattr, &count);
56 ERROR("write_xattr: failed to write xattr %s"
67 ERROR("write_xattr: could not write xattr %s "
H A Dread_xattrs.c26 * Common xattr read code shared between mksquashfs and unsquashfs
45 #include "xattr.h"
132 * construct the xattr_list entry from the fs xattr, including
135 static int read_xattr_entry(struct xattr_list *xattr, argument
150 xattr->full_name = malloc(len + entry->size + 1);
151 if(xattr->full_name == NULL) {
155 memcpy(xattr->full_name, prefix_table[i].prefix, len);
156 memcpy(xattr->full_name + len, name, entry->size);
157 xattr->full_name[len + entry->size] = '\0';
158 xattr
336 long long xattr; local
[all...]
H A Dunsquash-4.c124 i.xattr = SQUASHFS_INVALID_XATTR;
135 i.xattr = inode->xattr;
155 i.xattr = SQUASHFS_INVALID_XATTR;
175 i.xattr = inode->xattr;
195 SQUASHFS_SWAP_INTS(&i.xattr, block_ptr +
199 i.xattr = SQUASHFS_INVALID_XATTR;
209 i.xattr = SQUASHFS_INVALID_XATTR;
219 i.xattr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dxattr.h17 #include <linux/xattr.h>
H A DMakefile12 xattr.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dgeneric_acl.h4 #include <linux/xattr.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dxattr.c5 #include <linux/xattr.h>
144 struct ceph_inode_xattr *xattr = NULL; local
151 xattr = rb_entry(parent, struct ceph_inode_xattr, node);
152 c = strncmp(name, xattr->name, min(name_len, xattr->name_len));
158 if (name_len == xattr->name_len)
160 else if (name_len < xattr->name_len)
165 xattr = NULL;
168 if (!xattr) {
170 xattr
218 struct ceph_inode_xattr *xattr = NULL; local
242 __free_xattr(struct ceph_inode_xattr *xattr) argument
254 __remove_xattr(struct ceph_inode_info *ci, struct ceph_inode_xattr *xattr) argument
279 struct ceph_inode_xattr *xattr; local
292 struct ceph_inode_xattr *xattr = NULL; local
315 struct ceph_inode_xattr *xattr = NULL; local
453 struct ceph_inode_xattr *xattr = NULL; local
499 struct ceph_inode_xattr *xattr; local
697 struct ceph_inode_xattr *xattr = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A DMakefile14 xattr.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dsquashfs_fs_i.h29 u64 xattr; member in struct:squashfs_inode_info
H A Dxattr.h21 * xattr.h
39 unsigned long long *xattr)
37 squashfs_xattr_lookup(struct super_block *sb, unsigned int index, int *count, unsigned int *size, unsigned long long *xattr) argument
H A Dxattr_id.c25 * This file implements code to map the 32-bit xattr id stored in the inode
26 * into the on disk location of the xattr data.
36 #include "xattr.h"
39 * Map xattr id using the xattr id look up table
42 int *count, unsigned int *size, unsigned long long *xattr)
56 *xattr = le64_to_cpu(id.xattr);
64 * Read uncompressed xattr id lookup table indexes from disk into memory
76 ERROR("unable to read xattr i
41 squashfs_xattr_lookup(struct super_block *sb, unsigned int index, int *count, unsigned int *size, unsigned long long *xattr) argument
[all...]
H A DMakefile8 squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o
H A Dxattr.c21 * xattr.c
29 #include <linux/xattr.h>
45 u64 start = SQUASHFS_XATTR_BLK(squashfs_i(inode)->xattr)
47 int offset = SQUASHFS_XATTR_OFFSET(squashfs_i(inode)->xattr);
56 /* loop reading each xattr name */
99 /* skip remaining xattr entry */
122 u64 start = SQUASHFS_XATTR_BLK(squashfs_i(inode)->xattr)
124 int offset = SQUASHFS_XATTR_OFFSET(squashfs_i(inode)->xattr);
133 /* loop reading each xattr name */
159 /* found xattr */
162 u64 xattr; local
[all...]
H A Dinode.c43 #include <linux/xattr.h>
49 #include "xattr.h"
205 xattr_id = le32_to_cpu(sqsh_ino->xattr);
259 xattr_id = le32_to_cpu(sqsh_ino->xattr);
296 __le32 xattr; local
302 err = squashfs_read_metadata(sb, &xattr, &block,
303 &offset, sizeof(xattr));
306 xattr_id = le32_to_cpu(xattr);
350 xattr_id = le32_to_cpu(sqsh_ino->xattr);
390 xattr_id = le32_to_cpu(sqsh_ino->xattr);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dzipinfo.c997 unsigned hostnum, hostver, extnum, extver, methid, methnum, xattr; variable
1162 xattr = (unsigned)((G.crec.external_file_attributes >> 16) & 0xFFFF);
1169 if (xattr & VMS_IRUSR)
1171 if (xattr & VMS_IWUSR) {
1175 if (xattr & VMS_IXUSR)
1177 if (xattr & VMS_IRGRP)
1179 if (xattr & VMS_IWGRP) {
1183 if (xattr & VMS_IXGRP)
1185 if (xattr & VMS_IROTH)
1187 if (xattr
1883 unsigned hostnum, hostver, methid, methnum, xattr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dxattr.h22 #include <linux/xattr.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A DMakefile10 ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A DMakefile10 ext3-$(CONFIG_EXT3_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A DMakefile12 resize.o xattr.o ioctl.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A DMakefile8 md4.o md5.o cifs_unicode.o nterr.o xattr.o cifsencrypt.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A DMakefile11 ext4-$(CONFIG_EXT4_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A DMakefile3 gfs2-y := acl.o bmap.o dir.o xattr.o glock.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/system/
H A Dfilesys.h107 #include <attr/xattr.h>
109 #include <sys/xattr.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A DMakefile9 ubifs-$(CONFIG_UBIFS_FS_XATTR) += xattr.o

Completed in 135 milliseconds

1234