Home
last modified time | relevance | path

Searched refs:xattr (Results 1 – 25 of 81) sorted by last modified time

1234

/illumos-gate/usr/src/uts/common/
H A DMakefile.files417 xattr.o \
H A DMakefile.rules391 $(OBJS_DIR)/%.o: $(COMMONBASE)/xattr/%.c
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c1516 uint64_t uid, gid, mode, rdev, xattr = 0, parent, gen, links; in sa_add_projid() local
1583 &xattr, 8); in sa_add_projid()
1597 err = sa_lookup_locked(hdl, SA_ZPL_XATTR(zfsvfs), &xattr, 8); in sa_add_projid()
1639 if (xattr) in sa_add_projid()
1641 &xattr, 8); in sa_add_projid()
H A Dzfs_vfsops.c428 boolean_t xattr = B_FALSE; in zfs_register_callbacks() local
483 xattr = B_FALSE; in zfs_register_callbacks()
486 xattr = B_TRUE; in zfs_register_callbacks()
569 xattr_changed_cb(zfsvfs, xattr); in zfs_register_callbacks()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c2294 sargp->xattr = get_fh4_flag(&sargp->cs->fh, in bitmap4_to_attrmask()
2297 sargp->xattr = 0; in bitmap4_to_attrmask()
H A Dnfs_subr.c4707 bool_t xattr; in failover_lookup() local
4718 xattr = mi->mi_flags & MI_EXTATTR; in failover_lookup()
4724 if (xattr && strcmp(s, XATTR_RPATH) == 0) { in failover_lookup()
H A Dnfs4_srv_attr.c303 if (! (sarg->xattr & (FH4_NAMEDATTR | FH4_ATTRDIR))) in rfs4_fattr4_type()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1270 uint_t xattr; /* object is xattr */ member
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2076 uint64_t xattr, rdev, gen; in dump_znode() local
2152 if (sa_lookup(hdl, sa_attr_table[ZPL_XATTR], &xattr, in dump_znode()
2154 (void) printf("\txattr %llu\n", (u_longlong_t)xattr); in dump_znode()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib276 atime|exec|devices|setuid|xattr)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/userquota/
H A Duserspace_003_pos.ksh72 log_must zfs set xattr=on $QFS
H A Dgroupspace_003_pos.ksh71 log_must zfs set xattr=on $QFS
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend_encrypted_files.ksh81 log_must zfs set xattr=on $TESTPOOL/$TESTFS2
H A Dsend_encrypted_freeobjects.ksh74 log_must zfs create -o xattr=on -o dnodesize=legacy -o encryption=on \
/illumos-gate/usr/src/test/zfs-tests/runfiles/
H A Dcommon.run844 [tests/functional/xattr]
849 tags = ['functional', 'xattr']
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-zfstest.p5m3114 dir path=opt/zfs-tests/tests/functional/xattr
3115 file path=opt/zfs-tests/tests/functional/xattr/cleanup mode=0555
3116 file path=opt/zfs-tests/tests/functional/xattr/setup mode=0555
3117 file path=opt/zfs-tests/tests/functional/xattr/xattr_001_pos mode=0555
3118 file path=opt/zfs-tests/tests/functional/xattr/xattr_002_neg mode=0555
3119 file path=opt/zfs-tests/tests/functional/xattr/xattr_003_neg mode=0555
3120 file path=opt/zfs-tests/tests/functional/xattr/xattr_004_pos mode=0555
3121 file path=opt/zfs-tests/tests/functional/xattr/xattr_005_pos mode=0555
3122 file path=opt/zfs-tests/tests/functional/xattr/xattr_006_pos mode=0555
3123 file path=opt/zfs-tests/tests/functional/xattr/xattr_007_neg mode=0555
[all …]
H A Dsystem-test-smbclient.p5m151 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/boot/sys/i386/include/pc/
H A Dbios.h229 u_int32_t xattr; member
/illumos-gate/usr/src/boot/sys/amd64/include/pc/
H A Dbios.h59 u_int32_t xattr; member
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/
H A DMakefile.com267 pics/xattr_common.o: $(SRC)/common/xattr/xattr_common.c
268 $(COMPILE.c) -o $@ $(SRC)/common/xattr/xattr_common.c
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib407 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/lib/libc/
H A DMakefile.targ305 $(XATTROBJS:%=pics/%): $(SRC)/common/xattr/$$(@F:.o=.c)
306 $(COMPILE.c) -o $@ $(SRC)/common/xattr/$(@F:.o=.c)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/xattr/
H A Dxattr_007_neg.ksh31 . $STF_SUITE/tests/functional/xattr/xattr_common.kshlib
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiossmap.c45 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/uts/common/sys/usb/clients/usbms/
H A Dusbms.h53 uint_t xattr; /* attribute of X coordinate */ member

1234