Home
last modified time | relevance | path

Searched refs:d_id (Results 1 – 11 of 11) sorted by relevance

/external/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl03.c46 res_dquota.d_id = 1; in verify_quota()
52 res_dquota.d_id); in verify_quota()
Dquotactl02.h153 if (res_dquota.d_id != test_id) { in check_qlim()
155 res_dquota.d_id, test_id); in check_qlim()
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Datmi.h191 #define ATMI_MEM_PLACE(d_type, d_id, m_id) \ argument
192 { .node_id = 0, .dev_type = d_type, .dev_id = d_id, .mem_id = m_id }
/external/rust/crates/libc/src/unix/solarish/
Dsolaris.rs25 pub d_id: ::door_id_t
/external/kernel-headers/original/uapi/linux/
Ddqblk_xfs.h57 __u32 d_id; /* user, project, or group ID */ member
/external/strace/
Dquota.c90 uint32_t d_id; /* user, project, or group ID */ member
247 PRINT_FIELD_U(", ", dq, d_id); in decode_cmd_data()
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c747 int m, p_id, piv, c_set, assoc, desig_type, ci_off, c_id, d_id, naa; in sg_get_designation_descriptor_str() local
868 d_id = sg_get_unaligned_be32(ip + 8); in sg_get_designation_descriptor_str()
870 d_id); in sg_get_designation_descriptor_str()
889 d_id = (((ip[0] & 0xf) << 8) | ip[1]); in sg_get_designation_descriptor_str()
894 "identifier A: 0x%x\n", lip, d_id); in sg_get_designation_descriptor_str()
1003 d_id = sg_get_unaligned_be16(ip + 2); in sg_get_designation_descriptor_str()
1005 lip, d_id); in sg_get_designation_descriptor_str()
1015 d_id = sg_get_unaligned_be16(ip + 2); in sg_get_designation_descriptor_str()
1017 d_id); in sg_get_designation_descriptor_str()
1027 d_id = sg_get_unaligned_be16(ip + 2); in sg_get_designation_descriptor_str()
[all …]
/external/strace/tests/
Dquotactl-xfs.c105 PRINT_FIELD_U(", ", *dq, d_id); in print_xdisk_quota()
/external/strace/tests-mx32/
Dquotactl-xfs.c105 PRINT_FIELD_U(", ", *dq, d_id); in print_xdisk_quota()
/external/strace/tests-m32/
Dquotactl-xfs.c105 PRINT_FIELD_U(", ", *dq, d_id); in print_xdisk_quota()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc1432 int d_id = delete_nodes.front(); in DeleteReachableAndDeadNodes() local
1434 if (deleted[d_id]) continue; in DeleteReachableAndDeadNodes()
1435 Node* d = graph_->FindNodeId(d_id); in DeleteReachableAndDeadNodes()
1442 deleted[d_id] = true; in DeleteReachableAndDeadNodes()