Searched refs:num_len (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_merge.c | 268 int dot_pos, start_cpy_pos, num_len, i; in conf_name_trans_reg() local 284 num_len = 0; in conf_name_trans_reg() 287 num_len++; in conf_name_trans_reg() 293 for (i = 0; i < num_len; i++) in conf_name_trans_reg() 294 *dev_id = *dev_id * 10 + name[dot_pos - num_len + i] - '0'; in conf_name_trans_reg() 298 dot_pos - num_len - strlen(CONFLICTING_FILE_CONST_SUFFIX); in conf_name_trans_reg() 316 int dot_pos, start_cmp_pos, num_len, i; in check_filename() local 325 num_len = 0; in check_filename() 328 num_len++; in check_filename() 333 start_cmp_pos = dot_pos - num_len in check_filename() [all...] |
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | inode_merge.c | 268 int dot_pos, start_cpy_pos, num_len, i; in conf_name_trans_reg() local 284 num_len = 0; in conf_name_trans_reg() 287 num_len++; in conf_name_trans_reg() 293 for (i = 0; i < num_len; i++) in conf_name_trans_reg() 294 *dev_id = *dev_id * 10 + name[dot_pos - num_len + i] - '0'; in conf_name_trans_reg() 298 dot_pos - num_len - strlen(CONFLICTING_FILE_CONST_SUFFIX); in conf_name_trans_reg() 316 int dot_pos, start_cmp_pos, num_len, i; in check_filename() local 325 num_len = 0; in check_filename() 328 num_len++; in check_filename() 333 start_cmp_pos = dot_pos - num_len in check_filename() [all...] |
Completed in 3 milliseconds