Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Dnfs_xdr.h691 struct nfs_entry { struct
692 __u64 ino;
693 __u64 cookie,
694 prev_cookie;
695 const char * name;
696 unsigned int len;
697 int eof;
698 struct nfs_fh * fh;
699 struct nfs_fattr * fattr;
700 struct nfs4_label *label;
[all …]
/kernel/linux/linux-5.10/include/linux/
Dnfs_xdr.h744 struct nfs_entry { struct
745 __u64 ino;
746 __u64 cookie,
747 prev_cookie;
748 const char * name;
749 unsigned int len;
750 int eof;
751 struct nfs_fh * fh;
752 struct nfs_fattr * fattr;
753 struct nfs4_label *label;
[all …]