Searched refs:dfc (Results 1 – 9 of 9) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_defer.c | 973 struct xfs_defer_capture *dfc; in xfs_defer_ops_capture() local 985 dfc = kzalloc(sizeof(*dfc), GFP_KERNEL | __GFP_NOFAIL); in xfs_defer_ops_capture() 986 INIT_LIST_HEAD(&dfc->dfc_list); in xfs_defer_ops_capture() 987 INIT_LIST_HEAD(&dfc->dfc_dfops); in xfs_defer_ops_capture() 990 list_splice_init(&tp->t_dfops, &dfc->dfc_dfops); in xfs_defer_ops_capture() 991 dfc->dfc_tpflags = tp->t_flags & XFS_TRANS_LOWMODE; in xfs_defer_ops_capture() 995 dfc->dfc_blkres = tp->t_blk_res - tp->t_blk_res_used; in xfs_defer_ops_capture() 996 dfc->dfc_rtxres = tp->t_rtx_res - tp->t_rtx_res_used; in xfs_defer_ops_capture() 999 dfc in xfs_defer_ops_capture() 1031 xfs_defer_ops_capture_abort(struct xfs_mount * mp,struct xfs_defer_capture * dfc) xfs_defer_ops_capture_abort() argument 1061 struct xfs_defer_capture *dfc; xfs_defer_ops_capture_and_commit() local 1092 xfs_defer_ops_continue(struct xfs_defer_capture * dfc,struct xfs_trans * tp,struct xfs_defer_resources * dres) xfs_defer_ops_continue() argument [all...] |
/linux/arch/m68k/include/asm/ |
H A D | sun3mmu.h | 156 unsigned char dfc; in sun3_put_context() local 157 GET_DFC(dfc); in sun3_put_context() 160 SET_DFC(dfc); in sun3_put_context()
|
/linux/include/linux/ |
H A D | devfreq_cooling.h | 50 void devfreq_cooling_unregister(struct thermal_cooling_device *dfc); 84 devfreq_cooling_unregister(struct thermal_cooling_device *dfc) in devfreq_cooling_unregister() argument
|
/linux/arch/m68k/ifpsp060/ |
H A D | iskeleton.S | 204 | load sfc/dfc 210 2: movec.l %dfc,%d2 211 movec.l %d0,%dfc 226 | restore sfc/dfc 227 movec.l %d2,%dfc
|
/linux/arch/m68k/kernel/ |
H A D | sun3-head.S | 42 movec %d0, %dfc
|
H A D | entry.S | 340 /* save fs (sfc,%dfc) (may be pointing to kernel memory) */ 427 /* restore fs (sfc,%dfc) */ 430 movec %a0,%dfc
|
/linux/fs/xfs/ |
H A D | xfs_log_recover.c | 2517 struct xfs_defer_capture *dfc, *next; in xlog_finish_defer_ops() local 2521 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_finish_defer_ops() 2531 resv.tr_logres = dfc->dfc_logres; in xlog_finish_defer_ops() 2535 error = xfs_trans_alloc(mp, &resv, dfc->dfc_blkres, in xlog_finish_defer_ops() 2536 dfc->dfc_rtxres, XFS_TRANS_RESERVE, &tp); in xlog_finish_defer_ops() 2546 list_del_init(&dfc->dfc_list); in xlog_finish_defer_ops() 2547 xfs_defer_ops_continue(dfc, tp, &dres); in xlog_finish_defer_ops() 2564 struct xfs_defer_capture *dfc; in xlog_abort_defer_ops() local 2567 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_abort_defer_ops() 2568 list_del_init(&dfc in xlog_abort_defer_ops() [all...] |
/linux/drivers/hwmon/ |
H A D | lm90.c | 2465 int local_ext, conalert, chen, dfc; in lm90_detect_ti() local 2472 dfc = i2c_smbus_read_byte_data(client, TMP461_REG_DFC); in lm90_detect_ti() 2475 (chen & 0xfc) == 0x00 && (dfc & 0xfc) == 0x00) { in lm90_detect_ti()
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 1536 * Break up ioctls into 3 sections, dfc, util, hbaapi
|