Linux Kernel FileSystems Sub-system – Introduction inodes – struct inode data-structure
Refer:Wiki File system ↗ Linux Kernel Source:/fs/inode.c ↗struct inode ↗ Linux Kernel – filesystem type specific inode handlers:/fs/ext4/inode.c ↗/fs/btrfs/inode.c ↗/fs/ext2/inode.c ↗ Here is the struct inode (/include/linux/fs.h) from the Kernel-source…