Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c3528 u_int64_t dotfileid, dotdotfileid = 0, fakefileno = UINT64_MAX; in nfsrpc_readdir() local
3595 dotfileid = 0; /* Fake out the compiler. */ in nfsrpc_readdir()
3600 dotfileid = nfsva.na_fileid; in nfsrpc_readdir()
3617 dotdotfileid = dotfileid; in nfsrpc_readdir()
3642 dotdotfileid = dotfileid; in nfsrpc_readdir()
3654 dp->d_fileno = dotfileid; in nfsrpc_readdir()
4012 u_int64_t dotfileid, dotdotfileid = 0, fakefileno = UINT64_MAX; in nfsrpc_readdirplus() local
4074 dotfileid = 0; /* Fake out the compiler. */ in nfsrpc_readdirplus()
4080 dotfileid = nfsva.na_fileid; in nfsrpc_readdirplus()
4097 dotdotfileid = dotfileid; in nfsrpc_readdirplus()
[all …]