Searched refs:fsflags (Results 1 – 2 of 2) sorted by relevance
157 unsigned fsflags; in change_attributes() local203 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()
49 unsigned fsflags; in list_attributes() local78 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()