Searched refs:f2fs_kmalloc (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/fs/f2fs/ |
| D | acl.c | 120 f2fs_acl = f2fs_kmalloc(sbi, sizeof(struct f2fs_acl_header) + in f2fs_acl_to_disk() 181 value = f2fs_kmalloc(F2FS_I_SB(inode), retval, GFP_F2FS_ZERO); in __f2fs_get_acl()
|
| D | inline.c | 524 backup_dentry = f2fs_kmalloc(F2FS_I_SB(dir), in f2fs_move_rehashed_dirents()
|
| D | f2fs.h | 3367 static inline void *f2fs_kmalloc(struct f2fs_sb_info *sbi, in f2fs_kmalloc() function 3381 return f2fs_kmalloc(sbi, size, flags | __GFP_ZERO); in f2fs_kzalloc()
|
| D | gc.c | 177 gc_th = f2fs_kmalloc(sbi, sizeof(struct f2fs_gc_kthread), GFP_KERNEL); in f2fs_start_gc_thread()
|
| D | file.c | 4336 char *p = f2fs_kmalloc(F2FS_I_SB(inode), PATH_MAX, GFP_KERNEL); in f2fs_file_read_iter() 4659 char *p = f2fs_kmalloc(F2FS_I_SB(inode), in f2fs_file_write_iter()
|
| D | data.c | 615 sbi->write_io[i] = f2fs_kmalloc(sbi, in f2fs_init_write_merge_io()
|