Home
last modified time | relevance | path

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

/Linux-v5.10/fs/hpfs/
Dsuper.c165 unsigned hpfs_get_free_dnodes(struct super_block *s) in hpfs_get_free_dnodes() function
194 buf->f_ffree = hpfs_get_free_dnodes(s); in hpfs_statfs()
Dhpfs_fn.h330 unsigned hpfs_get_free_dnodes(struct super_block *);
Dalloc.c432 if (hpfs_get_free_dnodes(s) > FREE_DNODES_ADD) { in hpfs_alloc_dnode()