Lines Matching defs:inode

73 #include "inode.h"
177 s64 inode; /* inode using it */
195 ntfs_inode *ni; /* inode being processed */
196 ntfs_attr_search_ctx *ctx; /* inode attribute being processed */
207 ntfs_inode *ni; /* inode being processed */
211 ntfs_attr_search_ctx *ctx; /* inode attribute being processed */
216 int dirty_inode; /* some inode data got relocated */
711 s64 inode, last_lcn;
719 inode = resize->ni->mft_no;
723 if ((ret = ntfs_inode_badclus_bad(inode, resize->ctx->attr)) != 0) {
729 if (inode == FILE_Bitmap) {
739 if (inode != FILE_MFTMirr)
750 } else if (inode == FILE_MFTMirr) {
765 llcn->inode = inode;
778 s64 lcn, lcn_length, start, len, inode;
783 inode = resize->ni->mft_no;
789 if (inode == FILE_Bitmap && resize->ctx->attr->type == AT_DATA)
799 if ((!opt.info && !opt.infombonly) && (inode == FILE_MFTMirr)) {
812 printf("Relocation needed for inode %8lld attr 0x%x LCN 0x%08llx "
813 "length %6lld\n", (long long)inode,
829 s64 inode;
836 inode = fsck->ni->mft_no;
860 err_exit("Corrupt runlist in inode %lld attr %x LCN "
861 "%llx length %llx\n", (long long)inode,
875 " for inode %lld at %lld:%lld\n",
876 (long long)inode, (long long)k,
1044 perr_printf("ntfs_inode_close for inode %llu",
1059 s64 nr_mft_records, inode = 0;
1074 progress_init(&progress, inode, nr_mft_records - 1, pb_flags);
1076 for (; inode < nr_mft_records; inode++) {
1078 progress_update(&progress, inode);
1080 if ((ni = ntfs_inode_open(vol, (MFT_REF)inode)) == NULL) {
1085 perr_printf("Reading inode %lld failed",
1086 (long long)inode);
1145 s64 nr_mft_records, inode;
1154 for (inode = 0; inode < nr_mft_records; inode++) {
1156 ni = ntfs_inode_open(resize->vol, (MFT_REF)inode);
1160 perr_exit("Reading inode %lld failed",
1161 (long long)inode);
1295 * This implies allocating inode extents and, generally, creating
1326 /* open the inode */
1329 ntfs_log_verbose("Processing a delayed update for inode %lld\n",
1335 /* The MFT inode is permanently open, do not reopen or close */
1355 "for attribute 0x%lx in inode %lld",
1358 perr_exit("Could not map attribute 0x%lx in inode %lld",
1363 perr_exit("Could not open attribute 0x%lx in inode %lld",
1367 perr_exit("Failed to close inode %lld through the library",
1370 perr_exit("Could not open inode %lld through the library",
1401 /* get the base inode */
1450 /* get the base inode */
1540 * Store the attribute identification relative to base inode
2346 (long long)llcn.inode);
2362 printf("File feature Last used at By inode\n");
2570 * (inode number).
3179 err_printf("Could not find attribute 0x%lx in inode %lld\n",
3212 err_printf("Could not find attribute 0x%lx in inode %lld\n",
3219 * Get the size allocated to the unnamed data of some inode
4056 err_printf("Could not get a runlist of inode %lld\n",
4185 err_printf("Could not get the data runlist of inode %lld\n",
4255 ntfs_log_verbose("Rebasing inode %lld cluster 0x%llx\n",
4301 ntfs_log_verbose("Rebasing inode %lld cluster 0x%llx\n",