VFS Create
Entry function: vfs_create, in fs/namei.c.
- Check if we may create a new entry in the given directory (mostly
permission checking).
- Check that the underlying inode has a 'create' inode operation.
- Invoke the 'create' inode operation (of the file-system).
Originally written by
guy keren