Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/fs/nfsclient/
HDnfs_clrpcops.c3077 u_int64_t dotfileid, dotdotfileid = 0, fakefileno = UINT64_MAX; in nfsrpc_readdir() local
3178 fakefileno--; in nfsrpc_readdir()
3179 } while (fakefileno == in nfsrpc_readdir()
3181 dotdotfileid = fakefileno; in nfsrpc_readdir()
3444 fakefileno--; in nfsrpc_readdir()
3445 } while (fakefileno == in nfsrpc_readdir()
3447 dp->d_fileno = fakefileno; in nfsrpc_readdir()
3559 u_int64_t dotfileid, dotdotfileid = 0, fakefileno = UINT64_MAX; in nfsrpc_readdirplus() local
3653 fakefileno--; in nfsrpc_readdirplus()
3654 } while (fakefileno == in nfsrpc_readdirplus()
[all …]