Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dstat.h57 unsigned long st_blocks; /* file size in # of blocks */ member
85 unsigned long st_blocks; member
123 long st_blocks; member
141 unsigned long st_blocks; member
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffsfs.h59 unsigned long st_blocks; /* number of blocks allocated */ member
H A Dyaffsfs.c1607 buf->st_blocks = lldiv(buf->st_size + buf->st_blksize - 1, in yaffsfs_DoStat()