Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfsd/
Dstate.h530 struct nfsd_file *fi_fds[3]; member
Dnfs4state.c557 if (f->fi_fds[oflag]) in __nfs4_get_fd()
558 return nfsd_file_get(f->fi_fds[oflag]); in __nfs4_get_fd()
730 swap(f1, fp->fi_fds[oflag]); in __nfs4_file_put_access()
732 swap(f2, fp->fi_fds[O_RDWR]); in __nfs4_file_put_access()
4156 memset(fp->fi_fds, 0, sizeof(fp->fi_fds)); in nfsd4_init_file()
4953 if (!fp->fi_fds[oflag]) { in nfs4_get_vfs_file()
4959 if (!fp->fi_fds[oflag]) { in nfs4_get_vfs_file()
4960 fp->fi_fds[oflag] = nf; in nfs4_get_vfs_file()
5071 if (fp->fi_fds[O_WRONLY]) in nfsd4_check_conflicting_opens()
5073 if (fp->fi_fds[O_RDWR]) in nfsd4_check_conflicting_opens()