Home
last modified time | relevance | path

Searched refs:fi_fds (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/fs/nfsd/
Dstate.h524 struct nfsd_file *fi_fds[3]; member
Dnfs4state.c437 if (f->fi_fds[oflag]) in __nfs4_get_fd()
438 return nfsd_file_get(f->fi_fds[oflag]); in __nfs4_get_fd()
612 swap(f1, fp->fi_fds[oflag]); in __nfs4_file_put_access()
614 swap(f2, fp->fi_fds[O_RDWR]); in __nfs4_file_put_access()
4077 memset(fp->fi_fds, 0, sizeof(fp->fi_fds)); in nfsd4_init_file()
4861 if (!fp->fi_fds[oflag]) { in nfs4_get_vfs_file()
4867 if (!fp->fi_fds[oflag]) { in nfs4_get_vfs_file()
4868 fp->fi_fds[oflag] = nf; in nfs4_get_vfs_file()
4955 if (fp->fi_fds[O_WRONLY]) in nfsd4_check_conflicting_opens()
4957 if (fp->fi_fds[O_RDWR]) in nfsd4_check_conflicting_opens()