Searched refs:current_dir (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dreaddir.c137 struct linux_dirent __user * current_dir; member in struct:getdents_callback
162 dirent = buf->current_dir;
175 buf->current_dir = dirent;
199 buf.current_dir = dirent;
223 struct linux_dirent64 __user * current_dir; member in struct:getdents_callback64
244 dirent = buf->current_dir;
259 buf->current_dir = dirent;
283 buf.current_dir = dirent;
H A Dcompat.c849 struct compat_linux_dirent __user *current_dir; member in struct:compat_getdents_callback
874 dirent = buf->current_dir;
887 buf->current_dir = dirent;
912 buf.current_dir = dirent;
938 struct linux_dirent64 __user *current_dir; member in struct:compat_getdents_callback64
962 dirent = buf->current_dir;
978 buf->current_dir = dirent;
1003 buf.current_dir = dirent;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/hpux/
H A Dfs.c66 struct hpux_dirent __user *current_dir; member in struct:getdents_callback
91 dirent = buf->current_dir;
99 buf->current_dir = dirent;
117 buf.current_dir = dirent;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsys_parisc32.c303 struct linux32_dirent __user * current_dir; member in struct:getdents32_callback
332 dirent = buf->current_dir;
339 buf->current_dir = dirent;
361 buf.current_dir = (struct linux32_dirent __user *) dirent;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dsys_ia32.c1217 struct compat_dirent __user *current_dir; member in struct:getdents32_callback
1248 dirent = buf->current_dir;
1256 buf->current_dir = dirent;
1278 buf.current_dir = dirent;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsysirix.c1672 struct irix_dirent32 __user *current_dir; member in struct:irix_dirent32_callback
1703 dirent = buf->current_dir;
1711 buf->current_dir = dirent;
1734 buf.current_dir = (struct irix_dirent32 __user *) dirent;

Completed in 75 milliseconds