Lines Matching refs:le64toh
532 ret->otime = (usec_t) le64toh(ri->otime.sec) * USEC_PER_SEC +
536 ret->read_only = !!(le64toh(ri->flags) & BTRFS_ROOT_SUBVOL_RDONLY);
625 ret->referenced = le64toh(qii->rfer);
626 ret->exclusive = le64toh(qii->excl);
633 if (le64toh(qli->flags) & BTRFS_QGROUP_LIMIT_MAX_RFER)
634 ret->referenced_max = le64toh(qli->max_rfer);
638 if (le64toh(qli->flags) & BTRFS_QGROUP_LIMIT_MAX_EXCL)
639 ret->exclusive_max = le64toh(qli->max_excl);
1262 p = strndup((char*) ref + sizeof(struct btrfs_root_ref), le64toh(ref->name_len));
1404 .lim.max_rfer = le64toh(qli->max_rfer),
1405 .lim.max_excl = le64toh(qli->max_excl),
1406 .lim.rsv_rfer = le64toh(qli->rsv_rfer),
1407 .lim.rsv_excl = le64toh(qli->rsv_excl),
1409 .lim.flags = le64toh(qli->flags) & (BTRFS_QGROUP_LIMIT_MAX_RFER|
1621 p = strndup((char*) ref + sizeof(struct btrfs_root_ref), le64toh(ref->name_len));