Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hpfs/
Dsuper.c164 unsigned hpfs_get_free_dnodes(struct super_block *s) in hpfs_get_free_dnodes() function
193 buf->f_ffree = hpfs_get_free_dnodes(s); in hpfs_statfs()
Dhpfs_fn.h330 unsigned hpfs_get_free_dnodes(struct super_block *);
Dalloc.c431 if (hpfs_get_free_dnodes(s) > FREE_DNODES_ADD) { in hpfs_alloc_dnode()