Lines Matching refs:fcb
601 struct file_control_block *fcb;
605 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA);
606 if (!fcb)
610 rc = diag_read_next_file_info(fcb, 0);
615 if (fcb->file_stat & (FLG_SYSTEM_HOLD | FLG_USER_HOLD)) {
631 rc = diag_read_next_file_info(fcb, 0);
634 if (!(fcb->file_stat & FLG_IN_USE)) {
643 kfree(fcb);
661 struct file_control_block *fcb;
664 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA);
665 if (!fcb)
667 rc = diag_read_next_file_info(fcb, 0);
670 if (fcb->file_stat & FLG_CP_DUMP)
673 rc = fcb->rec_len;
676 kfree(fcb);