Changeset 561 for trunk/kernel/fs/vfs.h
- Timestamp:
- Sep 21, 2018, 10:26:47 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/fs/vfs.h
r484 r561 517 517 518 518 /****************************************************************************************** 519 * This function randomly selects a cluster for a new inode.520 ******************************************************************************************521 * @ returns the selected cluster identifier.522 *****************************************************************************************/523 cxy_t vfs_cluster_random_select( void );524 525 /******************************************************************************************526 519 * This function returns in a kernel buffer allocated by the caller function, 527 520 * the pathname of a file/dir identified by an extended pointer on the inode.
Note: See TracChangeset
for help on using the changeset viewer.