Searched refs:chattr (Results 1 – 25 of 52) sorted by relevance
123
/third_party/toybox/toys/other/ |
D | lsattr.c | 190 } 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/ |
D | lsattr.test | 9 chattr +A file &>/dev/null 37 chattr -AacDdijsStTu file && cd ..
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.14.txt | 15 Fixed chattr so that it will ignore symbolic links when doing 16 recursive descent traversals. For both chattr and lsattr, no longer
|
D | v1.46.2.txt | 13 Add support for the FS_NOCOMP_FL flag to chattr and lsattr. 45 Updated and clarified the chattr man page.
|
D | v1.09.txt | 13 Clarified chattr man page.
|
D | v1.43.9.txt | 4 Remove the huge file flag from libe2p (and hence from chattr/lsattr),
|
D | v1.44.1.txt | 30 Add clarifications to chattr's man page. (Addresses Debian Bug:
|
D | v1.45.0.txt | 26 lands. This includes support in lsattr and chattr to understanding the
|
D | v1.21.txt | 57 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
|
D | v1.44.2.txt | 28 Improve chattr's man page.
|
D | v1.11.txt | 24 Fixed up the man pages for e2fsck, debugfs, badblocks, chattr,
|
D | v1.46.3.txt | 55 Fix lsattr and chattr to avoid opening or calling EXT2_IOC_[GS]ETFLAGS
|
D | v1.45.7.txt | 12 The chattr and lsattr programs now support using the 'x' attribute to
|
D | v1.05.txt | 71 Fix the chattr '-v' option so that it actually works. Chattr was
|
D | v1.33.txt | 141 chattr, and blkid executables.
|
D | v1.28.txt | 35 The e2p library functions (which are used by lsattr and chattr) now
|
/third_party/e2fsprogs/misc/ |
D | Android.bp | 193 // Build chattr 196 name: "chattr-e2fsprogs", 200 srcs: ["chattr.c"],
|
D | Makefile.in | 50 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/ |
D | e2fsprogs.install | 17 usr/bin/chattr 26 usr/share/man/man1/chattr.1
|
D | control | 159 dumpe2fs, chattr, and lsattr.
|
/third_party/e2fsprogs/ |
D | .gitignore | 146 misc/chattr 147 misc/chattr.1
|
D | e2fsprogs.spec | 149 %{_bindir}/chattr 152 %{_mandir}/man1/chattr.1*
|
/third_party/e2fsprogs/tests/ |
D | test_config | 10 CHATTR="$USE_VALGRIND../misc/chattr"
|
/third_party/e2fsprogs/po/ |
D | POTFILES.in | 38 misc/chattr.c
|
/third_party/e2fsprogs/debian/attic/libs/ |
D | control | 102 chattr, and lsattr. Functions in libe2p typically have two
|
123