HomeSort by relevance Sort by last modified time
    Searched refs:qf_inum (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/support/
quotaio.c 334 ext2_ino_t qf_inum = 0; local
340 qf_inum = quota_type2inum(qtype, fs->super);
341 if (qf_inum == 0 && qtype == PRJQUOTA) {
343 0, &qf_inum);
346 ext2fs_inode_alloc_stats2(fs, qf_inum, +1, 0);
348 } else if (qf_inum == 0) {
356 err = quota_inode_init_new(fs, qf_inum);
361 h->qh_qf.ino = qf_inum;
366 log_debug("Creating quota ino=%lu, type=%d", qf_inum, type);
367 err = ext2fs_file_open(fs, qf_inum, h->qh_file_flags, &e2_file)
    [all...]
  /external/f2fs-tools/fsck/
quotaio.c 160 f2fs_ino_t qf_inum = sb->qf_ino[qtype]; local
164 h->qh_qf.ino = qf_inum;
168 log_debug("Creating quota ino=%u, type=%d", qf_inum, qtype);

Completed in 521 milliseconds