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

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dxattr_acl.c7 #include <linux/xattr.h>
44 /* Pessimism: We can't assume that anything from the xattr root up
H A Dxattr.c2 * linux/fs/reiserfs/xattr.c
32 * Directory components (xattr root, xattr dir) are protectd by their i_mutex.
45 #include <linux/xattr.h>
75 /* We use I_MUTEX_CHILD here to silence lockdep. It's safe because xattr
201 reiserfs_error(dentry->d_sb, "xattr-20003",
202 "Corrupted directory: xattr %s listed but "
233 /* Skip out, an xattr has no xattrs associated with it */
281 * between the xattr root's i_mutex and the journal lock.
313 /* This is the xattr di
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dsuper.c38 #include <linux/xattr.h>
45 #include "xattr.h"
272 /* Allocate and read xattr id lookup table */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dxattr.c2 File: fs/xattr.c
13 #include <linux/xattr.h>
74 * @name - xattr name to set
577 * In order to implement different sets of xattr operations for each xattr
578 * prefix with the generic xattr API, a filesystem should create a
582 * The generic_fooxattr() functions will use this list to dispatch xattr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/
H A Dcommoncap.c24 #include <linux/xattr.h>
550 * cap_inode_setxattr - Determine whether an xattr may be altered
552 * @name: The name of the xattr to be changed
553 * @value: The value that the xattr will be changed to
557 * Determine whether an xattr may be altered or set on an inode, returning 0 if
580 * cap_inode_removexattr - Determine whether an xattr may be removed
582 * @name: The name of the xattr to be changed
584 * Determine whether an xattr may be removed from an inode, returning 0 if
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_getparam.c271 {"~", "xattr", FALSE},
992 case '~': /* --xattr */
993 config->xattr = toggle;
H A Dtool_operate.c1578 if(!res && config->xattr && outs.fopened && outs.stream) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Dnamei.c18 #include <linux/xattr.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dinode.c35 #include <linux/xattr.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dubifs.h341 * @xattr: non-zero if this is an extended attribute inode
395 unsigned int xattr:1; member in struct:ubifs_inode
1690 /* xattr.c */
H A Ddebug.c266 printk(KERN_DEBUG "\txattr %u\n", ui->xattr);
267 printk(KERN_DEBUG "\tbulk_read %u\n", ui->xattr);
1699 * @references: how many directory/xattr entries refer this inode (calculated
2144 ubifs_err("inode %lu has xattr size %u, but "
2158 ubifs_err("inode %lu has xattr names' size %u, but "
2208 * o makes sure inode nlink, size, xattr size/count are correct (for all
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_iops.c45 #include <linux/xattr.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dops_inode.c16 #include <linux/xattr.h>
28 #include "xattr.h"
H A Dxattr.c14 #include <linux/xattr.h>
21 #include "xattr.h"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c76 #include <sys/xattr.h>
1936 else if (!strcmp(val, "xattr"))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dioctl.c40 #include <linux/xattr.h>
H A Dinode.c36 #include <linux/xattr.h>
49 #include "xattr.h"
2355 /* we found an xattr, assume we've got an acl */
2360 * we found a key greater than an xattr key, there can't
2378 /* we hit the end of the leaf before we found an xattr or
2379 * something larger than an xattr. We have to assume the inode
4417 * 1 for xattr if selinux is on
4479 * 1 for xattr if selinux is on
4603 * 1 for xattr if selinux is on
6466 * 1 item for xattr i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dxattr.c20 #include <linux/xattr.h>
26 * the index of the xattr name/value pair cache (c->xattrindex).
31 * is used to release xattr name/value pair and detach from c->xattrindex.
33 * is used to reclaim xattr name/value pairs on the xattr name/value pair cache when
297 /* Setup raw-xattr */
433 * is called to release xattr related objects when unmounting.
435 * is used to confirm inode does not have duplicate xattr name/value pair.
683 /* -------- xattr subsystem functions ---------------
689 * is used to release any xattr relate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dvfs.c25 #include <linux/xattr.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dvfs_inode.c38 #include <linux/xattr.h>
46 #include "xattr.h"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/smack/
H A Dsmack_lsm.c18 #include <linux/xattr.h>
2303 * Get the value from the xattr.
2305 * No xattr support means, alas, no SMACK label.
2313 * Get the dentry for xattr.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dshmem.c43 #include <linux/xattr.h>
2061 * Superblocks without xattr inode operations will get security.* xattr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfigure19462 for ac_header in sys/attributes.h attr/xattr.h sys/xattr.h sys/extattr.h sys/uio.h sys/ea.h
19826 # Do xattr functions take additional options like on Darwin?
19828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr interface takes additional options" >&5
19829 $as_echo_n "checking whether xattr interface takes additional options... " >&6; }
19841 #include <attr/xattr.h>
19843 #include <sys/xattr.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dhooks.c32 #include <linux/xattr.h>
286 "uses xattr",
362 /* Make sure that the xattr handler exists and that no
366 assigned xattr values to the filesystem. */
369 "xattr support\n", sb->s_id, sb->s_type->name);
377 "%s) has no security xattr handler\n",
1201 /* Need a dentry, since the xattr API requires one.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dconfigure23105 for ac_header in sys/attributes.h attr/xattr.h sys/xattr.h sys/extattr.h sys/uio.h
[all...]

Completed in 222 milliseconds

1234