Searched refs:tres (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_log_rlimit.c | 86 struct xfs_trans_res tres = {0}; in xfs_log_calc_minimum_size() local 91 xfs_log_get_max_trans_res(mp, &tres); in xfs_log_calc_minimum_size() 93 max_logres = xfs_log_calc_unit_res(mp, tres.tr_logres); in xfs_log_calc_minimum_size() 94 if (tres.tr_logcount > 1) in xfs_log_calc_minimum_size() 95 max_logres *= tres.tr_logcount; in xfs_log_calc_minimum_size()
|
D | xfs_attr.c | 319 struct xfs_trans_res tres; in xfs_attr_set() local 354 tres.tr_logres = M_RES(mp)->tr_attrsetm.tr_logres + in xfs_attr_set() 356 tres.tr_logcount = XFS_ATTRSET_LOG_COUNT; in xfs_attr_set() 357 tres.tr_logflags = XFS_TRANS_PERM_LOG_RES; in xfs_attr_set() 363 error = xfs_trans_alloc(mp, &tres, args.total, 0, in xfs_attr_set()
|
/linux-4.19.296/drivers/pci/hotplug/ |
D | cpqphp_core.c | 1290 struct pci_resource *tres; in unload_cpqphpd() local 1313 tres = res; in unload_cpqphpd() 1315 kfree(tres); in unload_cpqphpd() 1320 tres = res; in unload_cpqphpd() 1322 kfree(tres); in unload_cpqphpd() 1327 tres = res; in unload_cpqphpd() 1329 kfree(tres); in unload_cpqphpd() 1334 tres = res; in unload_cpqphpd() 1336 kfree(tres); in unload_cpqphpd() 1351 tres = res; in unload_cpqphpd() [all …]
|
D | cpqphp_pci.c | 1476 struct pci_resource *res, *tres; in cpqhp_destroy_resource_list() local 1482 tres = res; in cpqhp_destroy_resource_list() 1484 kfree(tres); in cpqhp_destroy_resource_list() 1491 tres = res; in cpqhp_destroy_resource_list() 1493 kfree(tres); in cpqhp_destroy_resource_list() 1500 tres = res; in cpqhp_destroy_resource_list() 1502 kfree(tres); in cpqhp_destroy_resource_list() 1509 tres = res; in cpqhp_destroy_resource_list() 1511 kfree(tres); in cpqhp_destroy_resource_list() 1523 struct pci_resource *res, *tres; in cpqhp_destroy_board_resources() local [all …]
|
/linux-4.19.296/fs/xfs/ |
D | xfs_trans.c | 1079 struct xfs_trans_res tres; in xfs_trans_roll() local 1087 tres.tr_logres = trans->t_log_res; in xfs_trans_roll() 1088 tres.tr_logcount = trans->t_log_count; in xfs_trans_roll() 1111 tres.tr_logflags = XFS_TRANS_PERM_LOG_RES; in xfs_trans_roll() 1112 return xfs_trans_reserve(*tpp, &tres, 0, 0); in xfs_trans_roll()
|
D | xfs_inode.c | 1150 struct xfs_trans_res *tres; in xfs_create() local 1172 tres = &M_RES(mp)->tr_mkdir; in xfs_create() 1175 tres = &M_RES(mp)->tr_create; in xfs_create() 1184 error = xfs_trans_alloc(mp, tres, resblks, 0, 0, &tp); in xfs_create() 1188 error = xfs_trans_alloc(mp, tres, resblks, 0, 0, &tp); in xfs_create() 1305 struct xfs_trans_res *tres; in xfs_create_tmpfile() local 1324 tres = &M_RES(mp)->tr_create_tmpfile; in xfs_create_tmpfile() 1326 error = xfs_trans_alloc(mp, tres, resblks, 0, 0, &tp); in xfs_create_tmpfile()
|