Home
last modified time | relevance | path

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

/linux/fs/hpfs/
H A Dsuper.c167 unsigned hpfs_get_free_dnodes(struct super_block *s) in hpfs_get_free_dnodes() function
196 buf->f_ffree = hpfs_get_free_dnodes(s); in hpfs_statfs()
H A Dhpfs_fn.h330 unsigned hpfs_get_free_dnodes(struct super_block *);
H A Dalloc.c432 if (hpfs_get_free_dnodes(s) > FREE_DNODES_ADD) { in hpfs_alloc_dnode()