Pierwsza strona Wstecz Kontynuuj Ostatnia strona Przegląd Grafika
struct file
Represents open file
Most important fields (struct file)
- f_dentry – dentry associated with file
- f_vfsmnt – mount point of FS for file
- struct file_operations *f_op – file operations
- f_pos – file position
- f_ra – readahead state
- private_data – filesystem private data for file
- struct address_space *f_mapping – address space object for file