Home
last modified time | relevance | path

Searched refs:fcheck (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/Documentation/filesystems/
Dfiles.txt62 must use either fcheck() or fcheck_files() APIs. These
69 file = fcheck(fd);
103 and fcheck()/fcheck_files() which take care of these issues.
/linux-3.4.99/include/linux/
Dfdtable.h118 #define fcheck(fd) fcheck_files(current->files, fd) macro
/linux-3.4.99/arch/powerpc/platforms/cell/spufs/
Dcoredump.c128 file = fcheck(*fd); in coredump_next_context()
/linux-3.4.99/fs/notify/dnotify/
Ddnotify.c346 f = fcheck(fd); in fcntl_dirnotify()
/linux-3.4.99/fs/
Dfcntl.c68 file = fcheck(oldfd); in SYSCALL_DEFINE3()
Dlocks.c1903 f = fcheck(fd); in fcntl_setlk()
2016 f = fcheck(fd); in fcntl_setlk64()