Home
last modified time | relevance | path

Searched defs:fsync_inode_entry (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
Df2fs.h393 struct fsync_inode_entry { struct
394 struct list_head list; /* list head */
395 struct inode *inode; /* vfs inode pointer */
396 block_t blkaddr; /* block address locating the last fsync */
397 block_t last_dentry; /* block address locating the last dentry */
/kernel/linux/linux-6.6/fs/f2fs/
Df2fs.h425 struct fsync_inode_entry { struct
426 struct list_head list; /* list head */
427 struct inode *inode; /* vfs inode pointer */
428 block_t blkaddr; /* block address locating the last fsync */
429 block_t last_dentry; /* block address locating the last dentry */