Home
last modified time | relevance | path

Searched refs:need_alloc (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/scsi/
H A Dscsi_scan.c222 bool need_alloc = !sdev->budget_map.map; in scsi_realloc_sdev_budget_map() local
234 if (!need_alloc && new_shift != sdev->budget_map.shift) in scsi_realloc_sdev_budget_map()
235 need_alloc = need_free = true; in scsi_realloc_sdev_budget_map()
237 if (!need_alloc) in scsi_realloc_sdev_budget_map()
/linux-6.15/fs/xfs/
H A Dxfs_qm.c977 bool need_alloc = true; in xfs_qm_qino_alloc() local
1015 need_alloc = false; in xfs_qm_qino_alloc()
1020 need_alloc ? XFS_QM_QINOCREATE_SPACE_RES(mp) : 0, in xfs_qm_qino_alloc()
1025 if (need_alloc) { in xfs_qm_qino_alloc()
1074 if (need_alloc) { in xfs_qm_qino_alloc()
/linux-6.15/fs/ocfs2/
H A Dquota_global.c818 int need_alloc = ocfs2_global_qinit_alloc(sb, type); in ocfs2_acquire_dquot() local
854 i_size_read(gqinode) + (need_alloc << sb->s_blocksize_bits), in ocfs2_acquire_dquot()
/linux-6.15/fs/f2fs/
H A Dfile.c60 bool need_alloc = !f2fs_is_pinned_file(inode); in f2fs_vm_page_mkwrite() local
94 need_alloc = false; in f2fs_vm_page_mkwrite()
99 if (need_alloc) in f2fs_vm_page_mkwrite()
118 if (need_alloc) { in f2fs_vm_page_mkwrite()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_bmap.c4222 bool need_alloc = false, wasdelay = false; in xfs_bmapi_write() local
4234 need_alloc = true; in xfs_bmapi_write()
4243 if (need_alloc || wasdelay) { in xfs_bmapi_write()