OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ntnode
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/fstat/
ntfs.c
53
struct
ntnode
ntnode
;
local in function:ntfs_filestat
57
/* to get the
ntnode
, we have to go in two steps - firstly
59
* of
ntnode
and reading its contents */
64
if (!KVM_READ(FTONT(&fn), &
ntnode
, sizeof (
ntnode
))) {
65
dprintf("can't read
ntnode
at %p for pid %d", FTONT(&fn), Pid);
68
if (!KVM_READ(
ntnode
.i_mp, &ntm, sizeof (ntm))) {
74
fsp->fsid =
ntnode
.i_dev & 0xffff;
75
fsp->fileid =
ntnode
.i_number
[
all
...]
/src/sys/fs/ntfs/
ntfs_inode.h
52
struct
ntnode
{
struct
56
LIST_ENTRY(
ntnode
) i_hash;
76
ino_t k_ino; /* Inode number of
ntnode
. */
86
struct
ntnode
*f_ip; /* Associated
ntnode
*/
Completed in 11 milliseconds
Indexes created Sun Sep 21 16:09:51 GMT 2025