Home
last modified time | relevance | path

Searched defs:nfs4_file (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/fs/nfsd/
Dstate.h517 struct nfs4_file { struct
518 refcount_t fi_ref;
519 struct inode * fi_inode;
520 bool fi_aliased;
521 spinlock_t fi_lock;
522 struct hlist_node fi_hash; /* hash on fi_fhandle */
523 struct list_head fi_stateids;
524 union {
528 struct list_head fi_clnt_odstate;
530 struct nfsd_file *fi_fds[3];
[all …]