tag | line | file | source code |
---|---|---|---|
s_hpfs_n_free | 472 | fs/hpfs/hpfs_fs.c | s->s_hpfs_n_free = -1; |
s_hpfs_n_free | 750 | fs/hpfs/hpfs_fs.c | if (s->s_hpfs_n_free == -1) { |
s_hpfs_n_free | 751 | fs/hpfs/hpfs_fs.c | s->s_hpfs_n_free = count_bitmap(s); |
s_hpfs_n_free | 762 | fs/hpfs/hpfs_fs.c | tmp.f_bfree = s->s_hpfs_n_free; |
s_hpfs_n_free | 763 | fs/hpfs/hpfs_fs.c | tmp.f_bavail = s->s_hpfs_n_free; |