OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ext2_getflag
(Results
1 - 1
of
1
) sorted by null
/external/toybox/toys/other/
lsattr.c
80
static int
ext2_getflag
(int fd, struct stat *sb, unsigned long *flag)
function
106
if (
ext2_getflag
(fd, &sb, &flag) < 0) perror_msg("reading flags '%s'", path);
272
if (
ext2_getflag
(fd, &(root->st), &fval) < 0) {
Completed in 55 milliseconds