Home
last modified time | relevance | path

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

/linux/fs/orangefs/
H A Ddowncall.h47 __s64 blocks_avail; member
H A Dsuper.c197 (long)new_op->downcall.resp.statfs.blocks_avail, in orangefs_statfs()
210 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
211 buf->f_bavail = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
/linux/fs/afs/
H A Dprotocol_yfs.h128 struct yfs_xdr_u64 blocks_avail; member