Lines Matching defs:d_name
133 const char *d_name = child_dentry->d_name.name;
145 if (!strncmp(d_name, DEVICE_VIEW_LOCAL,
172 } else if (!strncmp(d_name, DEVICE_VIEW_CLOUD,
208 strncpy(cid, d_name, HMDFS_CID_SIZE);
243 const char *d_name = child_dentry->d_name.name;
251 if (sbi->s_merge_switch && !strcmp(d_name, MERGE_VIEW_ROOT)) {
256 } else if (sbi->s_merge_switch && !strcmp(d_name, CLOUD_MERGE_VIEW_ROOT)) {
261 } else if (!strcmp(d_name, DEVICE_VIEW_ROOT)) {