Home
last modified time | relevance | path

Searched refs:xattr (Results 1 – 25 of 59) sorted by relevance

123

/third_party/e2fsprogs/tests/f_bad_encryption/
Dmkimage.sh132 xattr='\1\1\4\0AAAAAAAABBBBBBBBBBBBBBBB'
135 set_encryption_xattr $dir/inconsistent_file_1 $xattr
138 set_encryption_xattr $dir/inconsistent_dir $xattr
141 set_encryption_xattr $dir/inconsistent_symlink $xattr
143 xattr='\2\1\4\0\0\0\0\0AAAAAAAAAAAAAAAABBBBBBBBBBBBBBBB'
145 set_encryption_xattr $dir/inconsistent_file_2 $xattr
152 xattr='\2\1\4\0\0\0\0\0AAAAAAAAAAAAAAAABBBBBBBBBBBBBBBB'
154 set_encryption_xattr $dir2/file $xattr
155 set_encryption_xattr $dir2 $xattr
162 xattr='\3'
[all …]
/third_party/e2fsprogs/util/
Dgen-sample-fs20 touch $MNT/xattr
21 attr -q -s foo -V bar $MNT/xattr
22 echo -e "one\n\ttwo" | attr -q -s quux $MNT/xattr
23 echo -e "abc\001\002\003" | attr -q -s def $MNT/xattr
/third_party/ntfs-3g/libntfs-3g/
Dxattrs.c102 enum SYSTEMXATTRS xattr; member
214 ret = p->xattr; in ntfs_xattr_system_type()
221 ret = q->xattr; in ntfs_xattr_system_type()
273 enum SYSTEMXATTRS xattr; in getmappingitem() local
316 xattr = ntfs_xattr_system_type(ps, in getmappingitem()
318 if (xattr == XATTR_UNMAPPED) in getmappingitem()
326 item->xattr = xattr; in getmappingitem()
379 if ((current->xattr == item->xattr) in ntfs_read_xattr_mapping()
441 if (mapping->xattr == XATTR_NTFS_EFSINFO) in ntfs_xattr_build_mapping()
451 mapping->xattr = XATTR_NTFS_EFSINFO; in ntfs_xattr_build_mapping()
/third_party/e2fsprogs/e2fsck/
Dencrypted_files.c164 static __u32 fscrypt_context_to_policy(const void *xattr, size_t xattr_size, in fscrypt_context_to_policy() argument
167 const union fscrypt_context *ctx_u = xattr; in fscrypt_context_to_policy()
227 void *xattr; in get_encryption_policy_id() local
234 retval = read_encryption_xattr(ctx, ino, &xattr, &xattr_size); in get_encryption_policy_id()
243 policy_id = fscrypt_context_to_policy(xattr, xattr_size, &policy); in get_encryption_policy_id()
244 ext2fs_free_mem(&xattr); in get_encryption_policy_id()
/third_party/f2fs-tools/fsck/
DMakefile.am6 …ERS = common.h dict.h dqblk_v2.h f2fs.h fsck.h node.h quotaio.h quotaio_tree.h quotaio_v2.h xattr.h
9 node.c segment.c dir.c sload.c xattr.c \
Ddump.c306 void *xattr; in dump_xattr() local
311 xattr = read_all_xattrs(sbi, node_blk); in dump_xattr()
312 if (!xattr) in dump_xattr()
315 list_for_each_xattr(ent, xattr) { in dump_xattr()
363 free(xattr); in dump_xattr()
DBUILD.gn40 "xattr.c",
/third_party/flutter/skia/third_party/externals/sdl/build-scripts/
Dchecker-buildbot.sh80 if [ -x /usr/bin/xattr ]; then find analysis -exec /usr/bin/xattr -d com.apple.quarantine {} \; 2>/…
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.c370 XSetWindowAttributes xattr; in X11_CreateWindow() local
417xattr.override_redirect = ((window->flags & SDL_WINDOW_TOOLTIP) || (window->flags & SDL_WINDOW_POP… in X11_CreateWindow()
418 xattr.background_pixmap = None; in X11_CreateWindow()
419 xattr.border_pixel = 0; in X11_CreateWindow()
429 xattr.colormap = in X11_CreateWindow()
434 if (!xattr.colormap) { in X11_CreateWindow()
491 X11_XStoreColors(display, xattr.colormap, colorcells, ncolors); in X11_CreateWindow()
495 xattr.colormap = in X11_CreateWindow()
504 CWColormap), &xattr); in X11_CreateWindow()
1261 XSetWindowAttributes xattr; in X11_BeginWindowFullscreenLegacy() local
[all …]
DSDL_x11opengl.c567 XWindowAttributes xattr; in X11_GL_CreateContext() local
584 X11_XGetWindowAttributes(display, data->xwindow, &xattr); in X11_GL_CreateContext()
586 v.visualid = X11_XVisualIDFromVisual(xattr.visual); in X11_GL_CreateContext()
/third_party/selinux/libsepol/cil/test/integration_testing/
Dnonmls.cil19 ;(fsuse xattr ext3 con)
20 ;(fsuse xattr ext3 con_anon_l)
Dmls_policy.cil43 (fsuse xattr ext3 con)
44 (fsuse xattr ext3 con_anon_l)
/third_party/e2fsprogs/tests/f_bigalloc_symlink_with_xattr/
Dname1 fast symlink + xattr block on bigalloc fs
/third_party/e2fsprogs/tests/f_zero_xattr/
Dname1 zero length extended attribute in in-inode xattr
/third_party/f2fs-tools/
Dconfigure.ac85 attr/xattr.h
95 linux/xattr.h
107 sys/xattr.h
/third_party/glib/
Dmeson_options.txt27 option('xattr', boolean
30 description : 'build with xattr support')
/third_party/curl/docs/cmdline-opts/
Dxattr.d1 Long: xattr
/third_party/ntfs-3g/include/ntfs-3g/
Dxattrs.h68 enum SYSTEMXATTRS xattr; member
/third_party/ltp/testcases/kernel/fs/doio/
Diogen.c1079 struct fsxattr xattr; in create_file() local
1139 memset(&xattr, 0x00, sizeof(xattr)); in create_file()
1140 xattr.fsx_xflags = XFS_XFLAG_REALTIME; in create_file()
1142 if (fcntl(fd, F_FSSETXATTR, &xattr) == -1) { in create_file()
1150 if (fcntl(fd, F_FSGETXATTR, &xattr) == -1) { in create_file()
1158 xattr.fsx_xflags); in create_file()
/third_party/ltp/testcases/kernel/security/filecaps/
DREADME23 'security.capability.' Setting this xattr requires the
/third_party/selinux/secilc/docs/
Dcil_file_labeling_statements.md139 <li><p><code>xattr</code> - Filesystems supporting the extended attribute <code>security.selinux</c…
170 (fsuse xattr ex4 file.labeledfs_context)
171 (fsuse xattr btrfs file.labeledfs_context)
/third_party/e2fsprogs/doc/RelNotes/
Dv1.44.2.txt15 Add sanity checks for inodes containing xattr values to prevent
Dv1.44.5.txt31 inline flag is set on the inode, *and* the system.data xattr is present.
/third_party/curl/src/
Dtool_cfgable.h257 bool xattr; /* store metadata in extended attributes */ member
/third_party/glib/gio/
Dglocalfileinfo.c428 const char *xattr, in get_one_xattr() argument
436 len = g_getxattr (path, xattr, value, sizeof (value)-1, follow_symlinks); in get_one_xattr()
444 len = g_getxattr (path, xattr, NULL, 0, follow_symlinks); in get_one_xattr()
451 len = g_getxattr (path, xattr, value_p, len, follow_symlinks); in get_one_xattr()
594 const char *xattr) in get_one_xattr_from_fd() argument
601 len = g_fgetxattr (fd, xattr, value, sizeof (value) - 1); in get_one_xattr_from_fd()
609 len = g_fgetxattr (fd, xattr, NULL, 0); in get_one_xattr_from_fd()
616 len = g_fgetxattr (fd, xattr, value_p, len); in get_one_xattr_from_fd()

123