Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssh/
HDsftp-common.h50 char *ls_file(const char *, const struct stat *, int, int,
HDsftp-common.c217 ls_file(const char *name, const struct stat *st, int remote, int si_units, in ls_file() function
HDsftp.c910 lname = ls_file(fname, &sb, 1, in do_ls_dir()
1051 lname = ls_file(fname, g.gl_statv[i], 1, in do_globbed_ls()
HDsftp-server.c1164 stats[count].long_name = ls_file(dp->d_name, &st, in process_readdir()
/freebsd-head/sys/fs/nfsserver/
HDnfs_nfsdstate.c1238 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/
HDnfsrvstate.h209 LIST_ENTRY(nfsstate) ls_file; /* Opens/Delegs for a file */