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

  /external/f2fs-tools/fsck/
mkquota.c 114 static inline qid_t get_qid(struct f2fs_inode *inode, enum quota_type qtype) function
235 dq = get_dq(dict, get_qid(inode, qtype));
257 dq = get_dq(dict, get_qid(inode, qtype));
277 dq = get_dq(dict, get_qid(inode, qtype));
  /external/e2fsprogs/lib/support/
mkquota.c 249 static inline qid_t get_qid(struct ext2_inode_large *inode, enum quota_type qtype) function
389 dq = get_dq(dict, get_qid(inode, qtype));
416 dq = get_dq(dict, get_qid(inode, qtype));
441 dq = get_dq(dict, get_qid(inode, qtype));

Completed in 3735 milliseconds