tag | line | file | source code |
---|---|---|---|
s_hpfs_n_free | 466 | fs/hpfs/hpfs_fs.c | s->s_hpfs_n_free = -1; |
s_hpfs_n_free | 736 | fs/hpfs/hpfs_fs.c | if (s->s_hpfs_n_free == -1) { |
s_hpfs_n_free | 737 | fs/hpfs/hpfs_fs.c | s->s_hpfs_n_free = count_bitmap(s); |
s_hpfs_n_free | 749 | fs/hpfs/hpfs_fs.c | put_fs_long(s->s_hpfs_n_free, &buf->f_bfree); |
s_hpfs_n_free | 750 | fs/hpfs/hpfs_fs.c | put_fs_long(s->s_hpfs_n_free, &buf->f_bavail); |