IUNIQUE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

iunique - get a unique inode number  

SYNOPSIS

"SYNOPSIS"

ino_t iunique (struct super_block * sb, ino_t max_reserved);  

ARGUMENTS

sb
superblock
max_reserved
highest reserved inode number
 

DESCRIPTION

Obtain an inode number that is unique on the system for a given superblock. This is used by file systems that have no natural permanent inode numbering system. An inode number is returned that is higher than the reserved limit but unique.  

BUGS

With a large number of inodes live on the file system this function currently becomes quite slow.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
BUGS

This document was created by man2html, using the manual pages.
Time: 00:02:21 GMT, October 09, 2005