Home
last modified time | relevance | path

Searched refs:freespace (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c1219 unsigned freespace; in do_start_xmit() local
1243 freespace = GetWord(XIRCREG0_TSO) & 0x7fff; in do_start_xmit()
1245 okay = pktlen +2 < freespace; in do_start_xmit()
1247 dev->name, freespace, okay ? " (okay)":" (not enough)"); in do_start_xmit()
/linux/fs/jfs/
H A Djfs_logmgr.c352 int freespace; /* free space in log page */ in lmWriteRecord() local
422 freespace = (LOGPSIZE - LOGPTLRSIZE) - dstoffset; in lmWriteRecord()
423 nbytes = min(freespace, srclen); in lmWriteRecord()
470 freespace = (LOGPSIZE - LOGPTLRSIZE) - dstoffset; in lmWriteRecord()
471 nbytes = min(freespace, srclen); in lmWriteRecord()
/linux/Documentation/filesystems/xfs/
H A Dxfs-self-describing-metadata.rst118 freespace btree blocks are owned by an allocation group. Hence the size and
121 freespace btree block written to the wrong AG).