/illumos-gate/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | xattr_011_pos.ksh | 35 . $STF_SUITE/tests/functional/xattr/xattr_common.kshlib 72 echo $TESTDIR/cpio.$$ | cpio -o@ > /tmp/xattr.$$.cpio 76 log_must cpio -iu < /tmp/xattr.$$.cpio 80 log_must cpio -iu@ < /tmp/xattr.$$.cpio 90 log_must rm $TESTDIR/cpio.$$ /tmp/xattr.$$.cpio /tmp/noxattr.$$.cpio 111 log_must touch $TESTDIR/noxattrs/no-xattr 113 find $TESTDIR -xattr | grep myfile.$$ 116 find $TESTDIR -xattr | grep no-xattr 137 log_must pax -w@ -f $TESTDIR/xattr.pax $TESTDIR/pax.$$ 152 log_must pax -r@ -f $TESTDIR/xattr.pax [all …]
|
H A D | cleanup.ksh | 32 ZFS_USER=$(cat /tmp/zfs-xattr-test-user.txt) 33 rm /tmp/zfs-xattr-test-user.txt 35 USES_NIS=$(cat /tmp/zfs-xattr-test-nis.txt) 36 rm /tmp/zfs-xattr-test-nis.txt
|
H A D | setup.ksh | 60 echo $ZFS_USER > /tmp/zfs-xattr-test-user.txt 61 echo $USES_NIS > /tmp/zfs-xattr-test-nis.txt
|
H A D | xattr_013_pos.ksh | 31 . $STF_SUITE/tests/functional/xattr/xattr_common.kshlib 55 zfs set 2>&1 | grep xattr > /dev/null
|
H A D | xattr_012_pos.ksh | 35 . $STF_SUITE/tests/functional/xattr/xattr_common.kshlib 82 log_must runat $TESTDIR/myfile.$$ mkfile 200m xattr
|
H A D | Makefile | 19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/xattr
|
H A D | xattr_002_neg.ksh | 31 . $STF_SUITE/tests/functional/xattr/xattr_common.kshlib
|
H A D | xattr_001_pos.ksh | 31 . $STF_SUITE/tests/functional/xattr/xattr_common.kshlib
|
H A D | xattr_003_neg.ksh | 31 . $STF_SUITE/tests/functional/xattr/xattr_common.kshlib
|
H A D | xattr_009_neg.ksh | 31 . $STF_SUITE/tests/functional/xattr/xattr_common.kshlib
|
H A D | xattr_006_pos.ksh | 31 . $STF_SUITE/tests/functional/xattr/xattr_common.kshlib
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | biossmap.c | 45 uint32_t xattr; /* Extended attribute from ACPI 3.0 */ member 86 next->xattr = buf.xattr; in bios_getsmap() 106 smapattr[n++] = cur->xattr & in bios_getsmap()
|
/illumos-gate/usr/src/test/smbclient-tests/tests/smbfs/xattr/ |
H A D | tp_xattr_008.ksh | 67 smbmount_getmntopts $TMNT |grep /xattr/ >/dev/null 85 cpio_xattr=$CDIR/xattr.cpio 192 pax_xattr=$CDIR/xattr.pax 246 tar_xattr=$CDIR/xattr.tar
|
H A D | Makefile | 19 ROOTTESTDIR= $(ROOTOPTPKG)/tests/smbfs/xattr
|
H A D | tp_xattr_002.ksh | 64 smbmount_getmntopts $TMNT |grep /xattr/ >/dev/null
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_rnode.c | 243 vnode_t *xattr; in r4inactive() local 259 xattr = rp->r_xattr_dir; in r4inactive() 290 if (xattr != NULL) in r4inactive() 291 VN_RELE(xattr); in r4inactive() 763 vnode_t *xattr; in rp4_addfree() local 909 xattr = rp->r_xattr_dir; in rp4_addfree() 936 if (xattr) in rp4_addfree() 937 VN_RELE(xattr); in rp4_addfree() 1401 vnode_t *xattr; in nfs4_free_data_reclaim() local 1419 xattr = rp->r_xattr_dir; in nfs4_free_data_reclaim() [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/ |
H A D | zfs_acl_find_001_pos.ksh | 61 -xattr -print) 72 -xattr -exec runat {} ls $af \\\;)
|
H A D | zfs_acl_find_002_neg.ksh | 69 -xattr -print) 77 -xattr -exec runat {} ls attribute.$j \\\;)
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-smbclient.p5m | 151 dir path=opt/smbclient-tests/tests/smbfs/xattr 152 file path=opt/smbclient-tests/tests/smbfs/xattr/tp_xattr_001 mode=0555 153 file path=opt/smbclient-tests/tests/smbfs/xattr/tp_xattr_002 mode=0555 154 file path=opt/smbclient-tests/tests/smbfs/xattr/tp_xattr_003 mode=0555 155 file path=opt/smbclient-tests/tests/smbfs/xattr/tp_xattr_004 mode=0555 156 file path=opt/smbclient-tests/tests/smbfs/xattr/tp_xattr_005 mode=0555 157 file path=opt/smbclient-tests/tests/smbfs/xattr/tp_xattr_006 mode=0555 158 file path=opt/smbclient-tests/tests/smbfs/xattr/tp_xattr_007 mode=0555 159 file path=opt/smbclient-tests/tests/smbfs/xattr/tp_xattr_008 mode=0555 160 file path=opt/smbclient-tests/tests/smbfs/xattr/tp_xattr_009 mode=0555
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/ |
H A D | acl_common.kshlib | 407 typeset xattr 412 for xattr in `runat $obj ls | \ 414 runat $obj sum $xattr 582 usr_exec cd $dir ; find . -depth -type f -xattr -exec runat {} \
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_smb.c | 302 int xattr, /* is named stream? */ in smbfs_smb_ntcreatex() argument 322 np, name, nmlen, xattr ? ':' : '\\'); in smbfs_smb_ntcreatex() 407 int xattr, in smbfs_smb_open() argument 424 name, nmlen, xattr, in smbfs_smb_open() 458 int xattr, in smbfs_smb_create() argument 481 if (!xattr && name && *name == '.') in smbfs_smb_create() 484 name, nmlen, xattr, rights, efa, in smbfs_smb_create()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mount/ |
H A D | umount_unlinked_drain.ksh | 39 zfs set xattr=on $TESTPOOL/$TESTFS.$fs 82 log_must zfs set xattr=$xa $TESTPOOL/$TESTFS.$fs
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_sa.c | 206 uint64_t uid, gid, mode, rdev, xattr, parent; in zfs_sa_upgrade() local 243 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_XATTR(zfsvfs), NULL, &xattr, 8); in zfs_sa_upgrade() 301 if (xattr) in zfs_sa_upgrade() 303 NULL, &xattr, 8); in zfs_sa_upgrade()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_002_pos.ksh | 87 xattr on xattr off
|
/illumos-gate/usr/src/test/smbclient-tests/tests/smbfs/ |
H A D | Makefile | 27 xattr
|