Home
last modified time | relevance | path

Searched refs:fsflags (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/e2fsprogs/
Dchattr.c157 unsigned fsflags; in change_attributes() local
203 fsflags = gp->af; in change_attributes()
205 r = ioctl(fd, EXT2_IOC_GETFLAGS, &fsflags); in change_attributes()
211 fsflags &= ~gp->rf; in change_attributes()
213 fsflags |= gp->af; in change_attributes()
216 fsflags &= ~EXT2_DIRSYNC_FL; in change_attributes()
218 r = ioctl(fd, EXT2_IOC_SETFLAGS, &fsflags); in change_attributes()
Dlsattr.c49 unsigned fsflags; in list_attributes() local
78 r = ioctl(fd, EXT2_IOC_GETFLAGS, &fsflags); in list_attributes()
86 print_e2flags_long(fsflags); in list_attributes()
89 print_e2flags(fsflags); in list_attributes()