Searched refs:f_tinode (Results 1 - 3 of 3) sorted by last modified time

/linux-master/include/linux/
H A Dtypes.h208 unsigned int f_tinode; member in struct:ustat
210 unsigned long f_tinode; member in struct:ustat
H A Dcompat.h325 compat_ino_t f_tinode; member in struct:compat_ustat
/linux-master/fs/
H A Dstatfs.c259 tmp.f_tinode = min_t(u64, sbuf.f_ffree, UINT_MAX);
261 tmp.f_tinode = sbuf.f_ffree;
401 tmp.f_tinode = sbuf.f_ffree;

Completed in 113 milliseconds