tag | line | file | source code |
---|---|---|---|
s_hpfs_n_free | 462 | fs/hpfs/hpfs_fs.c | s->s_hpfs_n_free = -1; |
s_hpfs_n_free | 732 | fs/hpfs/hpfs_fs.c | if (s->s_hpfs_n_free == -1) { |
s_hpfs_n_free | 733 | fs/hpfs/hpfs_fs.c | s->s_hpfs_n_free = count_bitmap(s); |
s_hpfs_n_free | 745 | fs/hpfs/hpfs_fs.c | put_fs_long(s->s_hpfs_n_free, &buf->f_bfree); |
s_hpfs_n_free | 746 | fs/hpfs/hpfs_fs.c | put_fs_long(s->s_hpfs_n_free, &buf->f_bavail); |