Searched refs:dir_buf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | inline.c | 1370 void *dir_buf = NULL; in ext4_inlinedir_to_tree() local 1386 dir_buf = kmalloc(inline_size, GFP_NOFS); in ext4_inlinedir_to_tree() 1387 if (!dir_buf) { in ext4_inlinedir_to_tree() 1393 ret = ext4_read_inline_data(inode, dir_buf, inline_size, &iloc); in ext4_inlinedir_to_tree() 1399 parent_ino = le32_to_cpu(((struct ext4_dir_entry_2 *)dir_buf)->inode); in ext4_inlinedir_to_tree() 1427 de = (struct ext4_dir_entry_2 *)(dir_buf + pos); in ext4_inlinedir_to_tree() 1430 iloc.bh, dir_buf, in ext4_inlinedir_to_tree() 1456 kfree(dir_buf); in ext4_inlinedir_to_tree() 1480 void *dir_buf = NULL; in ext4_read_inline_dir() local 1495 dir_buf in ext4_read_inline_dir() [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | inline.c | 1343 void *dir_buf = NULL; in ext4_inlinedir_to_tree() local 1359 dir_buf = kmalloc(inline_size, GFP_NOFS); in ext4_inlinedir_to_tree() 1360 if (!dir_buf) { in ext4_inlinedir_to_tree() 1366 ret = ext4_read_inline_data(inode, dir_buf, inline_size, &iloc); in ext4_inlinedir_to_tree() 1372 parent_ino = le32_to_cpu(((struct ext4_dir_entry_2 *)dir_buf)->inode); in ext4_inlinedir_to_tree() 1400 de = (struct ext4_dir_entry_2 *)(dir_buf + pos); in ext4_inlinedir_to_tree() 1403 iloc.bh, dir_buf, in ext4_inlinedir_to_tree() 1434 kfree(dir_buf); in ext4_inlinedir_to_tree() 1458 void *dir_buf = NULL; in ext4_read_inline_dir() local 1473 dir_buf in ext4_read_inline_dir() [all...] |
Completed in 6 milliseconds