tag | line | file | source code |
f_ffree | 159 | fs/ext/inode.c | put_fs_long(ext_count_free_inodes(sb), &buf->f_ffree); |
f_ffree | 667 | fs/ext2/super.c | put_fs_long (ext2_count_free_inodes (sb), &buf->f_ffree); |
f_ffree | 747 | fs/hpfs/hpfs_fs.c | put_fs_long(s->s_hpfs_n_free_dnodes, &buf->f_ffree); |
f_ffree | 307 | fs/isofs/inode.c | put_fs_long(0, &buf->f_ffree); |
f_ffree | 225 | fs/minix/inode.c | put_fs_long(minix_count_free_inodes(sb), &buf->f_ffree); |
f_ffree | 282 | fs/msdos/inode.c | put_fs_long(0,&buf->f_ffree); |
f_ffree | 146 | fs/nfs/inode.c | put_fs_long(0, &buf->f_ffree); |
f_ffree | 69 | fs/proc/inode.c | put_fs_long(0, &buf->f_ffree); |
f_ffree | 378 | fs/sysv/inode.c | put_fs_long(sysv_count_free_inodes(sb), &buf->f_ffree); /* free file nodes in fs */ |
f_ffree | 169 | fs/xiafs/inode.c | put_fs_long(xiafs_count_free_inodes(sb), &buf->f_ffree); |
f_ffree | 15 | include/linux/vfs.h | long f_ffree; |