Home
last modified time | relevance | path

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

/linux-4.19.296/fs/sysv/
Dsysv.h130 extern unsigned long sysv_count_free_inodes(struct super_block *);
Dialloc.c182 unsigned long sysv_count_free_inodes(struct super_block * sb) in sysv_count_free_inodes() function
Dinode.c99 buf->f_ffree = sysv_count_free_inodes(sb); in sysv_statfs()