Symbol: ls_file
crypto/openssh/sftp-common.h
50
char *ls_file(const char *, const struct stat *, int, int,
crypto/openssh/sftp-server.c
1164
stats[count].long_name = ls_file(dp->d_name, &st,
crypto/openssh/sftp.c
1051
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
1238
stp = LIST_NEXT(stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
1313
stp = LIST_NEXT(stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
1542
LIST_REMOVE(stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
1597
LIST_REMOVE(stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
2221
LIST_FOREACH(tstp, &lfp->lf_open, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
2301
nstp = LIST_NEXT(tstp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
2693
LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
2720
LIST_FOREACH(stp, &lfp->lf_open, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
2777
nstp = LIST_NEXT(stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
2958
LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
2998
LIST_FOREACH(stp, &lfp->lf_open, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
3073
nstp = LIST_NEXT(stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
3168
LIST_INSERT_HEAD(&lfp->lf_open, new_open, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
3205
LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
3241
LIST_INSERT_HEAD(&lfp->lf_deleg, new_deleg, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
3274
LIST_INSERT_HEAD(&lfp->lf_open, new_open, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
3317
LIST_REMOVE(stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
3318
LIST_INSERT_HEAD(&lfp->lf_open, stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
3347
LIST_INSERT_HEAD(&lfp->lf_open, new_open, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
3380
LIST_INSERT_HEAD(&lfp->lf_open, new_open, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
5531
LIST_FOREACH(stp, &lfp->lf_open, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
5569
nstp = LIST_NEXT(stp, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
5774
LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
8240
LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
8252
LIST_FOREACH(stp, &lfp->lf_open, ls_file) {
sys/fs/nfsserver/nfs_nfsdstate.c
9022
LIST_INSERT_HEAD(&lfp->lf_deleg, new_deleg, ls_file);
sys/fs/nfsserver/nfs_nfsdstate.c
9053
LIST_FOREACH_SAFE(stp, &lfp->lf_deleg, ls_file, nstp)