/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...] |
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...] |
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...] |
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 */
|
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 */
|
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 */
|
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 */
|