Home
last modified time | relevance | path

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

/Linux-v6.1/fs/nfsd/
Dstate.h556 struct nfsd_file *fi_fds[3]; member
Dnfs4state.c605 if (f->fi_fds[oflag]) in __nfs4_get_fd()
606 return nfsd_file_get(f->fi_fds[oflag]); in __nfs4_get_fd()
829 swap(f1, fp->fi_fds[oflag]); in __nfs4_file_put_access()
831 swap(f2, fp->fi_fds[O_RDWR]); in __nfs4_file_put_access()
4277 memset(fp->fi_fds, 0, sizeof(fp->fi_fds)); in nfsd4_init_file()
5196 if (!fp->fi_fds[oflag]) { in nfs4_get_vfs_file()
5213 if (!fp->fi_fds[oflag]) { in nfs4_get_vfs_file()
5214 fp->fi_fds[oflag] = nf; in nfs4_get_vfs_file()
5333 if (fp->fi_fds[O_WRONLY]) in nfsd4_check_conflicting_opens()
5335 if (fp->fi_fds[O_RDWR]) in nfsd4_check_conflicting_opens()