Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/include/linux/
Dfdtable.h100 #define fcheck(fd) fcheck_files(current->files, fd) macro
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dcoredump.c103 file = fcheck(*fd); in coredump_next_context()
/linux-4.4.14/fs/notify/dnotify/
Ddnotify.c334 f = fcheck(fd); in fcntl_dirnotify()
/linux-4.4.14/fs/
Dfile.c900 file = fcheck(oldfd); in SYSCALL_DEFINE3()
Dlocks.c2233 f = fcheck(fd); in fcntl_setlk()
2375 f = fcheck(fd); in fcntl_setlk64()