Searched refs:d_id (Results 1 – 11 of 11) sorted by relevance
/external/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl03.c | 46 res_dquota.d_id = 1; in verify_quota() 52 res_dquota.d_id); in verify_quota()
|
D | quotactl02.h | 153 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/ |
D | atmi.h | 191 #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/ |
D | solaris.rs | 25 pub d_id: ::door_id_t
|
/external/kernel-headers/original/uapi/linux/ |
D | dqblk_xfs.h | 57 __u32 d_id; /* user, project, or group ID */ member
|
/external/strace/ |
D | quota.c | 90 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/ |
D | sg_lib.c | 747 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/ |
D | quotactl-xfs.c | 105 PRINT_FIELD_U(", ", *dq, d_id); in print_xdisk_quota()
|
/external/strace/tests-mx32/ |
D | quotactl-xfs.c | 105 PRINT_FIELD_U(", ", *dq, d_id); in print_xdisk_quota()
|
/external/strace/tests-m32/ |
D | quotactl-xfs.c | 105 PRINT_FIELD_U(", ", *dq, d_id); in print_xdisk_quota()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_cond.cc | 1432 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()
|