Searched refs:ls_file (Results 1 – 6 of 6) sorted by relevance
| /freebsd-head/crypto/openssh/ |
| HD | sftp-common.h | 50 char *ls_file(const char *, const struct stat *, int, int,
|
| HD | sftp-common.c | 217 ls_file(const char *name, const struct stat *st, int remote, int si_units, in ls_file() function
|
| HD | sftp.c | 910 lname = ls_file(fname, &sb, 1, in do_ls_dir() 1051 lname = ls_file(fname, g.gl_statv[i], 1, in do_globbed_ls()
|
| HD | sftp-server.c | 1164 stats[count].long_name = ls_file(dp->d_name, &st, in process_readdir()
|
| /freebsd-head/sys/fs/nfsserver/ |
| HD | nfs_nfsdstate.c | 1238 stp = LIST_NEXT(stp, ls_file); in nfsrv_dumplocks() 1313 stp = LIST_NEXT(stp, ls_file); in nfsrv_dumplocks() 1542 LIST_REMOVE(stp, ls_file); in nfsrv_freedeleg() 1597 LIST_REMOVE(stp, ls_file); in nfsrv_freeopen() 2207 LIST_FOREACH(tstp, &lfp->lf_open, ls_file) { in nfsrv_lockctrl() 2287 nstp = LIST_NEXT(tstp, ls_file); in nfsrv_lockctrl() 2679 LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) { in nfsrv_opencheck() 2706 LIST_FOREACH(stp, &lfp->lf_open, ls_file) { in nfsrv_opencheck() 2763 nstp = LIST_NEXT(stp, ls_file); in nfsrv_opencheck() 2944 LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) { in nfsrv_openctrl() [all …]
|
| /freebsd-head/sys/fs/nfs/ |
| HD | nfsrvstate.h | 209 LIST_ENTRY(nfsstate) ls_file; /* Opens/Delegs for a file */
|