Home
last modified time | relevance | path

Searched refs:f2fs_kmalloc (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/fs/f2fs/
Dacl.c119 f2fs_acl = f2fs_kmalloc(sbi, sizeof(struct f2fs_acl_header) + in f2fs_acl_to_disk()
180 value = f2fs_kmalloc(F2FS_I_SB(inode), retval, GFP_F2FS_ZERO); in __f2fs_get_acl()
Ddir.c153 cf_name->name = f2fs_kmalloc(sbi, F2FS_NAME_LEN, GFP_NOFS); in f2fs_fname_setup_ci_filename()
1091 norm = f2fs_kmalloc(sbi, PATH_MAX, GFP_ATOMIC); in f2fs_d_hash()
Dinline.c489 backup_dentry = f2fs_kmalloc(F2FS_I_SB(dir), in f2fs_move_rehashed_dirents()
Dgc.c126 gc_th = f2fs_kmalloc(sbi, sizeof(struct f2fs_gc_kthread), GFP_KERNEL); in f2fs_start_gc_thread()
Df2fs.h2780 static inline void *f2fs_kmalloc(struct f2fs_sb_info *sbi, in f2fs_kmalloc() function
2800 return f2fs_kmalloc(sbi, size, flags | __GFP_ZERO); in f2fs_kzalloc()
Dsuper.c3317 f2fs_kmalloc(sbi, in f2fs_fill_super()