Home
last modified time | relevance | path

Searched refs:host_err (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/nfsd/
H A Dvfs.c245 int host_err; in nfsd_lookup_dentry() local
263 if (host_err) in nfsd_lookup_dentry()
434 int host_err; in __nfsd_setattr() local
453 if (host_err) in __nfsd_setattr()
529 if (host_err) in nfsd_setattr()
606 if (!host_err) in nfsd_setattr()
913 int host_err; in nfsd_open() local
1553 if (host_err) in nfsd_create()
1730 if (host_err) in nfsd_link()
1994 if (host_err) in nfsd_unlink()
[all …]
H A Dnfs3proc.c267 int host_err; in nfsd3_create_file() local
281 host_err = fh_want_write(fhp); in nfsd3_create_file()
282 if (host_err) in nfsd3_create_file()
283 return nfserrno(host_err); in nfsd3_create_file()
346 host_err = vfs_create(&nop_mnt_idmap, inode, child, iap->ia_mode, true); in nfsd3_create_file()
347 if (host_err < 0) { in nfsd3_create_file()
348 status = nfserrno(host_err); in nfsd3_create_file()
H A Dnfs4proc.c247 int host_err; in nfsd4_create_file() local
260 host_err = fh_want_write(fhp); in nfsd4_create_file()
261 if (host_err) in nfsd4_create_file()
262 return nfserrno(host_err); in nfsd4_create_file()