fcheck 90 arch/powerpc/platforms/cell/spufs/coredump.c file = fcheck(*fd); fcheck 926 fs/file.c file = fcheck(oldfd); fcheck 2541 fs/locks.c f = fcheck(fd); fcheck 2672 fs/locks.c f = fcheck(fd); fcheck 336 fs/notify/dnotify/dnotify.c f = fcheck(fd); fcheck 170 fs/ocfs2/filecheck.c struct ocfs2_filecheck *fcheck; fcheck 173 fs/ocfs2/filecheck.c fcheck = kmalloc(sizeof(struct ocfs2_filecheck), GFP_NOFS); fcheck 174 fs/ocfs2/filecheck.c if (!fcheck) fcheck 177 fs/ocfs2/filecheck.c INIT_LIST_HEAD(&fcheck->fc_head); fcheck 178 fs/ocfs2/filecheck.c spin_lock_init(&fcheck->fc_lock); fcheck 179 fs/ocfs2/filecheck.c fcheck->fc_max = OCFS2_FILECHECK_MINSIZE; fcheck 180 fs/ocfs2/filecheck.c fcheck->fc_size = 0; fcheck 181 fs/ocfs2/filecheck.c fcheck->fc_done = 0; fcheck 189 fs/ocfs2/filecheck.c kfree(fcheck); fcheck 193 fs/ocfs2/filecheck.c entry->fs_fcheck = fcheck;