Home
last modified time | relevance | path

Searched refs:chattr (Results 1 – 25 of 50) sorted by relevance

12

/third_party/toybox/toys/other/
Dlsattr.c190 } chattr; variable
221 chattr.recursive = 1; in parse_cmdline_arg()
230 chattr.version = strtoul(arg, &endptr, 0); in parse_cmdline_arg()
232 chattr.vflag = 1; in parse_cmdline_arg()
234 } else chattr.rm |= get_flag_val(*ptr); in parse_cmdline_arg()
239 chattr.add |= get_flag_val(*ptr); in parse_cmdline_arg()
243 chattr.set |= get_flag_val(*ptr); in parse_cmdline_arg()
264 if ((S_ISLNK(root->st.st_mode) && chattr.recursive) in update_attr()
281 if (chattr.set) { // for '=' operator. in update_attr()
282 if (ext2_setflag(fd, &(root->st), chattr.set) < 0) in update_attr()
[all …]
/third_party/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat_tests.sh78 sudo $s_arg chattr -ai $FILE || return $?
106 sudo $s_arg chattr $4 $FILE || return $?
256 sudo $s_arg chattr -ai $FILE
314 chattr +a $TEST_DIR/tmp_file
319 chattr -a $TEST_DIR/tmp_file
/third_party/toybox/tests/
Dlsattr.test9 chattr +A file &>/dev/null
37 chattr -AacDdijsStTu file && cd ..
/third_party/e2fsprogs/doc/RelNotes/
Dv1.14.txt15 Fixed chattr so that it will ignore symbolic links when doing
16 recursive descent traversals. For both chattr and lsattr, no longer
Dv1.43.9.txt4 Remove the huge file flag from libe2p (and hence from chattr/lsattr),
Dv1.09.txt13 Clarified chattr man page.
Dv1.44.1.txt30 Add clarifications to chattr's man page. (Addresses Debian Bug:
Dv1.45.0.txt26 lands. This includes support in lsattr and chattr to understanding the
Dv1.44.2.txt28 Improve chattr's man page.
Dv1.21.txt57 Fixed a bug in lsattr and chattr which was accidentally introduced in
58 1.20 to support > 2GB files; both lsattr and chattr wasn't reading
Dv1.11.txt24 Fixed up the man pages for e2fsck, debugfs, badblocks, chattr,
Dv1.05.txt71 Fix the chattr '-v' option so that it actually works. Chattr was
Dv1.33.txt141 chattr, and blkid executables.
Dv1.28.txt35 The e2p library functions (which are used by lsattr and chattr) now
Dv1.20.txt48 Fixed lsattr and chattr so that they work correctly on large files.
/third_party/e2fsprogs/misc/
DAndroid.bp184 // Build chattr
187 name: "chattr-e2fsprogs",
191 srcs: ["chattr.c"],
DMakefile.in46 UPROGS= chattr lsattr $(FUSE_PROG) @UUID_CMT@ uuidgen
47 UMANPAGES= chattr.1 lsattr.1 @UUID_CMT@ uuidgen.1
56 CHATTR_OBJS= chattr.o
80 PROFILED_CHATTR_OBJS= profiled/chattr.o
99 $(srcdir)/chattr.c $(srcdir)/lsattr.c $(srcdir)/dumpe2fs.c \
295 chattr: $(CHATTR_OBJS) $(DEPLIBS_E2P)
297 $(Q) $(CC) $(ALL_LDFLAGS) -o chattr $(CHATTR_OBJS) $(LIBS_E2P) \
508 chattr.1: $(DEP_SUBSTITUTE) $(srcdir)/chattr.1.in
510 $(Q) $(SUBSTITUTE_UPTIME) $(srcdir)/chattr.1.in chattr.1
754 chattr.o: $(srcdir)/chattr.c $(top_builddir)/lib/config.h \
/third_party/e2fsprogs/debian/
De2fsprogs.install17 usr/bin/chattr
26 usr/share/man/man1/chattr.1
Dcontrol182 dumpe2fs, chattr, and lsattr.
/third_party/e2fsprogs/tests/
Dtest_config10 CHATTR="$USE_VALGRIND../misc/chattr"
/third_party/e2fsprogs/
D.gitignore146 misc/chattr
147 misc/chattr.1
De2fsprogs.spec149 %{_bindir}/chattr
152 %{_mandir}/man1/chattr.1*
/third_party/e2fsprogs/po/
DPOTFILES.in37 misc/chattr.c
/third_party/e2fsprogs/debian/attic/libs/
Dcontrol102 chattr, and lsattr. Functions in libe2p typically have two
/third_party/toybox/generated/
Dnewtoys.h28 USE_CHATTR(NEWTOY(chattr, NULL, TOYFLAG_BIN))

12