Searched refs:fget (Results 1 - 25 of 80) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dsys_avr32.c39 file = fget(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dsyscall.c70 file = fget(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dsys_bfin.c75 file = fget(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfile.h71 extern struct file * FASTCALL(fget(unsigned int fd));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dreaddir.c107 file = fget(fd);
195 file = fget(fd);
279 file = fget(fd);
H A Dfile_table.c185 struct file fastcall *fget(unsigned int fd) function
204 EXPORT_SYMBOL(fget); variable
209 * holds a refcnt to that file. That check has to be done at fget() only
H A Dsync.c113 file = fget(fd);
H A Dxattr.c267 f = fget(fd);
350 f = fget(fd);
423 f = fget(fd);
485 f = fget(fd);
H A Dopen.c164 file = fget(fd);
185 file = fget(fd);
299 file = fget(fd);
447 file = fget(fd);
502 file = fget(fd);
661 file = fget(fd);
H A Dfcntl.c195 struct file * file = fget(fildes);
383 filp = fget(fd);
407 filp = fget(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dfadvise.c29 struct file *file = fget(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dtrans_fd.c150 ts->rd = fget(rfd);
151 ts->wr = fget(wfd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dsyscall.c61 file = fget(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dsyscalls.c164 if (!(file = fget (fd)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsys_x86_64.c53 file = fget(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dsys_cris.c58 file = fget(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dsys_frv.c56 file = fget(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dfrag.c72 if (((fp = fget((int)sxp->sx_fdtarget)) == NULL) ||
84 if (((tfp = fget((int)sxp->sx_fdtmp)) == NULL) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsys_sunos.c86 file = fget(fd);
362 file = fget(fd);
446 file = fget(fd);
649 file = fget(fd);
1059 struct file * file = fget(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dsys_s390.c62 file = fget(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dsys_sh64.c145 file = fget(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dsys_arm.c75 file = fget(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dsys_h8300.c57 file = fget(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsys_i386.c53 file = fget(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsys_ia64.c194 file = fget(fd);

Completed in 366 milliseconds

1234