Searched refs:inode (Results 1 – 13 of 13) sorted by relevance
/xen-4.10.0-shim-comet/tools/libfsimage/ufs/ |
A D | fsys_ufs.c | 67 grub_ino_t inode = ROOTINO; /* start from root */ in ufs_dir() local 76 while (inode && *dirname && !isspace((uint8_t)*dirname)) { in ufs_dir() 77 if (!openi(ffi, inode)) in ufs_dir() 87 inode = dlook(ffi, inode, fname); in ufs_dir() 94 if (! openi(ffi, inode)) in ufs_dir() 98 return (inode && ((INODE->ic_smode & IFMT) == IFREG)); in ufs_dir() 150 openi(fsi_file_t *ffi, grub_ino_t inode) in openi() argument 156 dblk = fsbtodb(SUPERBLOCK, itod(SUPERBLOCK, inode)); in openi() 157 off = itoo(SUPERBLOCK, inode) * sizeof (struct icommon); in openi()
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | block | 67 local inode="$4" 70 sed -n -e "s@^\([^:]\+\)\(:[[:blank:]]\[0*${dev}\]:${inode}[[:blank:]](.*)\)@\1@p" ) 189 local inode="$4" 193 result=$(check_sharing "$type" "$dev" "$mode" "$inode") 310 inode=$(stat -c '%i' "$file") 312 if [ -z "$inode" ] || [ -z "$dev" ] 314 fatal "Unable to lookup $file: dev: $dev inode: $inode" 317 check_file_sharing "$file" "$dev" "$mode" "$inode"
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 40ext3_256byte_inode.diff | 26 + __u32 s_first_ino; /* First non-reserved inode */ 27 + __u16 s_inode_size; /* size of inode structure */ 47 + __u32 s_journal_inum; /* inode number of journal file */ 57 + __u32 s_jnl_blocks[17]; /* Backup of the journal inode */ 95 printf ("inode table fsblock=%d\n", ino_blk); 108 printf ("ipb=%d, sizeof(inode)=%d\n", 112 printf ("inode=%x, raw_inode=%x\n", INODE, raw_inode); 113 printf ("offset into inode table block=%d\n", (int) raw_inode - (int) INODE);
|
A D | 60ext4.diff | 52 __u32 s_jnl_blocks[17]; /* Backup of the journal inode */ 84 + __u32 bg_reserved[2]; /* Likely block/inode bitmap checksum */ 199 + * Each block (leaves and indexes), even inode-stored has header. 292 +/* Maps extents enabled logical block into physical block via an inode. 383 int ino_blk; /* fs pointer of the inode's information */ 387 struct ext2_inode *raw_inode; /* inode info corresponding to current_ino */ 424 - /* Copy the data directly from the inode. */ 425 + /* Copy the data directly from the inode.
|
A D | 61btrfs.diff | 499 + /* transid that last touched this inode */ 516 + * just grow the inode item and version it 534 + struct btrfs_inode_item inode; 678 + * inode items have the data typically returned from stat and store other 690 + * dir items are the name -> inode pointers in a directory. There is one
|
A D | 99minios | 1549 /* iso fs inode data in memory */
|
/xen-4.10.0-shim-comet/tools/libfsimage/xfs/ |
A D | fsys_xfs.c | 61 #define inode ((xfs_dinode_t *)((char *)FSYS_BUF + 8192)) macro 62 #define icore (inode->di_core) 212 devread (ffi, daddr, offset*xfs.isize, xfs.isize, (char *)inode); in di_read() 215 (inode->di_u.di_c + sizeof(xfs_bmdr_block_t) in di_read() 229 xfs.xt = inode->di_u.di_bmx; in init_extents() 318 ? le64(*(xfs_ino_t *)(&inode->di_u.di_dir2sf.hdr.parent)) in sf_parent_ino() 319 : le32(*(xfs_uint32_t *)(&inode->di_u.di_dir2sf.hdr.parent)); in sf_parent_ino() 363 (inode->di_u.di_c in next_dentry() 415 xfs.dirmax = inode->di_u.di_dir2sf.hdr.count; in first_dentry() 416 xfs.i8param = inode->di_u.di_dir2sf.hdr.i8count ? 0 : 4; in first_dentry() [all …]
|
/xen-4.10.0-shim-comet/tools/libfsimage/ext2fs/ |
A D | fsys_ext2fs.c | 221 __u32 inode; /* Inode number */ member 870 printf ("directory entry ino=%d\n", dp->inode); in ext2fs_dir() 871 if (dp->inode) in ext2fs_dir() 875 if (dp->inode) in ext2fs_dir() 896 while (!dp->inode || (str_chk || (print_possibilities && ch != '/'))); in ext2fs_dir() 898 current_ino = dp->inode; in ext2fs_dir()
|
/xen-4.10.0-shim-comet/xen/xsm/flask/include/ |
A D | avc.h | 30 struct inode;
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | tdb.h | 105 ino_t inode; /* uniquely identifies this tdb */ member
|
A D | tdb.c | 1518 if (i->device == device && i->inode == ino) { 1650 tdb->inode = st.st_ino;
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/compat-include/xen/ |
A D | platform-compat.h | 79 #define nonseekable_open(inode, filp) /* Nothing to do */ argument
|
/xen-4.10.0-shim-comet/tools/ |
A D | config.h.in | 129 /* Enable large inode numbers on Mac OS X 10.5. */
|
Completed in 22 milliseconds