Symbol: ls_file
crypto/openssh/sftp-common.h
50
char *ls_file(const char *, const struct stat *, int, int,
crypto/openssh/sftp-server.c
1157
stats[count].long_name = ls_file(dp->d_name, &st,
crypto/openssh/sftp.c
1055
lname = ls_file(fname, g.gl_statv[i], 1,
crypto/openssh/sftp.c
910
lname = ls_file(fname, &sb, 1,
sys/fs/nfs/nfsrvstate.h
209
LIST_ENTRY(nfsstate) ls_file; /* Opens/Delegs for a file */
sys/fs/nfsserver/nfs_nfsdstate.c
1240
stp = LIST_NEXT(stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
1315
stp = LIST_NEXT(stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
1544
LIST_REMOVE(stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
1593
LIST_REMOVE(stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
2212
LIST_FOREACH(tstp, &lfp->lf_open, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
2292
nstp = LIST_NEXT(tstp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
2684
LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
2711
LIST_FOREACH(stp, &lfp->lf_open, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
2768
nstp = LIST_NEXT(stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
2949
LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
2989
LIST_FOREACH(stp, &lfp->lf_open, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
3064
nstp = LIST_NEXT(stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
3159
LIST_INSERT_HEAD(&lfp->lf_open, new_open, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
3196
LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
3232
LIST_INSERT_HEAD(&lfp->lf_deleg, new_deleg, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
3265
LIST_INSERT_HEAD(&lfp->lf_open, new_open, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
3308
LIST_REMOVE(stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
3309
LIST_INSERT_HEAD(&lfp->lf_open, stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
3338
LIST_INSERT_HEAD(&lfp->lf_open, new_open, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
3371
LIST_INSERT_HEAD(&lfp->lf_open, new_open, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
5326
LIST_FOREACH(stp, &lfp->lf_open, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
5364
nstp = LIST_NEXT(stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
5569
LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
8055
LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
8067
LIST_FOREACH(stp, &lfp->lf_open, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
8837
LIST_INSERT_HEAD(&lfp->lf_deleg, new_deleg, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
8868
LIST_FOREACH_SAFE(stp, &lfp->lf_deleg, ls_file, nstp)
sys/fs/nfsserver/nfs_nfsdstate.c
8918
LIST_FOREACH_SAFE(stp, &lfp->lf_open, ls_file, nstp)
sys/fs/nfsserver/nfs_nfsdstate.c
8926
LIST_FOREACH_SAFE(stp, &lfp->lf_deleg, ls_file, nstp)