Home
last modified time | relevance | path

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

/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dnfs_xdr.h33 struct nfs_fsinfo { struct
34 struct nfs_fattr *fattr;
35 __u32 rtmax;
36 __u32 rtpref;
37 __u32 rtmult;
38 __u32 wtmax;
39 __u32 wtpref;
40 __u32 wtmult;
41 __u32 dtpref;
42 __u64 maxfilesize;
[all …]
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dnfs_xdr.h33 struct nfs_fsinfo { struct
34 struct nfs_fattr *fattr;
35 __u32 rtmax;
36 __u32 rtpref;
37 __u32 rtmult;
38 __u32 wtmax;
39 __u32 wtpref;
40 __u32 wtmult;
41 __u32 dtpref;
42 __u64 maxfilesize;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dnfs_xdr.h139 struct nfs_fsinfo { struct
140 struct nfs_fattr *fattr; /* Post-op attributes */
141 __u32 rtmax; /* max. read transfer size */
142 __u32 rtpref; /* pref. read transfer size */
144 __u32 wtmax; /* max. write transfer size */
145 __u32 wtpref; /* pref. write transfer size */
147 __u32 dtpref; /* pref. readdir transfer size */
148 __u64 maxfilesize;
150 __u32 lease_time; /* in seconds */
151 __u32 nlayouttypes; /* number of layouttypes */
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dnfs_xdr.h139 struct nfs_fsinfo { struct
140 struct nfs_fattr *fattr; /* Post-op attributes */
141 __u32 rtmax; /* max. read transfer size */
142 __u32 rtpref; /* pref. read transfer size */
144 __u32 wtmax; /* max. write transfer size */
145 __u32 wtpref; /* pref. write transfer size */
147 __u32 dtpref; /* pref. readdir transfer size */
148 __u64 maxfilesize;
150 __u32 lease_time; /* in seconds */
151 __u32 nlayouttypes; /* number of layouttypes */
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dnfs_xdr.h139 struct nfs_fsinfo { struct
140 struct nfs_fattr *fattr; /* Post-op attributes */
141 __u32 rtmax; /* max. read transfer size */
142 __u32 rtpref; /* pref. read transfer size */
144 __u32 wtmax; /* max. write transfer size */
145 __u32 wtpref; /* pref. write transfer size */
147 __u32 dtpref; /* pref. readdir transfer size */
148 __u64 maxfilesize;
150 __u32 lease_time; /* in seconds */
151 __u32 nlayouttypes; /* number of layouttypes */
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/nfs/
H A Dnfs_vfsops.c260 nfs_fsinfo(struct nfsmount *nmp, struct vnode *vp, kauth_cred_t cred, struct lwp *l) in nfs_fsinfo() function