Home
last modified time | relevance | path

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

123

/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/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.46.2.txt13 Add support for the FS_NOCOMP_FL flag to chattr and lsattr.
45 Updated and clarified the chattr man page.
Dv1.09.txt13 Clarified chattr man page.
Dv1.43.9.txt4 Remove the huge file flag from libe2p (and hence from chattr/lsattr),
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.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.44.2.txt28 Improve chattr's man page.
Dv1.11.txt24 Fixed up the man pages for e2fsck, debugfs, badblocks, chattr,
Dv1.46.3.txt55 Fix lsattr and chattr to avoid opening or calling EXT2_IOC_[GS]ETFLAGS
Dv1.45.7.txt12 The chattr and lsattr programs now support using the 'x' attribute to
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
/third_party/e2fsprogs/misc/
DAndroid.bp193 // Build chattr
196 name: "chattr-e2fsprogs",
200 srcs: ["chattr.c"],
DMakefile.in50 UPROGS= chattr lsattr $(FUSE_PROG) @UUID_CMT@ uuidgen
51 UMANPAGES= chattr.1 lsattr.1 @UUID_CMT@ uuidgen.1
60 CHATTR_OBJS= chattr.o
84 PROFILED_CHATTR_OBJS= profiled/chattr.o
103 $(srcdir)/chattr.c $(srcdir)/lsattr.c $(srcdir)/dumpe2fs.c \
143 dumpe2fs.static mke2fs.static tune2fs.static lsattr.static chattr.static
302 chattr: $(CHATTR_OBJS) $(DEPLIBS_E2P)
304 $(Q) $(CC) $(ALL_LDFLAGS) -o chattr $(CHATTR_OBJS) $(LIBS_E2P) \
307 chattr.static: $(CHATTR_OBJS) $(STATIC_LIBE2P) $(STATIC_LIBCOM_ERR)
309 $(Q) $(CC) $(ALL_LDFLAGS) -o chattr.static $(CHATTR_OBJS) $(STATIC_LIBE2P) \
[all …]
/third_party/e2fsprogs/debian/
De2fsprogs.install17 usr/bin/chattr
26 usr/share/man/man1/chattr.1
Dcontrol159 dumpe2fs, chattr, and lsattr.
/third_party/e2fsprogs/
D.gitignore146 misc/chattr
147 misc/chattr.1
De2fsprogs.spec149 %{_bindir}/chattr
152 %{_mandir}/man1/chattr.1*
/third_party/e2fsprogs/tests/
Dtest_config10 CHATTR="$USE_VALGRIND../misc/chattr"
/third_party/e2fsprogs/po/
DPOTFILES.in38 misc/chattr.c
/third_party/e2fsprogs/debian/attic/libs/
Dcontrol102 chattr, and lsattr. Functions in libe2p typically have two

123