[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
ino_t _invent_inode(const char *name, unsigned time_stamp, unsigned long fsize) |
To ensure proper operation of this function, you must call it with a filename
in some canonical form. E.g., with a name returned by truename()
(see section _truename), or that returned by _fixpath()
(see section _fixpath).
The point here is that the entire program must abide by these
conventions through its operation, or else you risk getting different inode
numbers for the same file.
ANSI/ISO C | No |
POSIX | No |