// SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2000-2003,2005 Silicon Graphics, Inc. * All Rights Reserved.
*/ #ifndef __XFS_INODE_BUF_H__ #define __XFS_INODE_BUF_H__
struct xfs_inode; struct xfs_dinode;
/* * Inode location information. Stored in the inode and passed to * xfs_imap_to_bp() to get a buffer and dinode for a given inode.
*/ struct xfs_imap {
xfs_daddr_t im_blkno; /* starting BB of inode chunk */ unsignedshort im_len; /* length in BBs of inode chunk */ unsignedshort im_boffset; /* inode offset in block in bytes */
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.