Home
last modified time | relevance | path

Searched refs:qh_file_flags (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/lib/support/
Dquotaio.c246 (h->qh_file_flags & EXT2_FILE_WRITE)) in quota_file_open()
263 h->qh_file_flags = flags; in quota_file_open()
362 h->qh_file_flags = EXT2_FILE_WRITE | EXT2_FILE_CREATE; in quota_file_create()
367 err = ext2fs_file_open(fs, qf_inum, h->qh_file_flags, &e2_file); in quota_file_create()
Dquotaio.h122 int qh_file_flags; member
/external/f2fs-tools/fsck/
Dquotaio.h115 int qh_file_flags; member
Dquotaio.c128 h->qh_file_flags = flags; in quota_file_open()