Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/fs/f2fs/
Df2fs.h332 struct fsync_inode_entry { struct
333 struct list_head list; /* list head */
334 struct inode *inode; /* vfs inode pointer */
335 block_t blkaddr; /* block address locating the last fsync */
336 block_t last_dentry; /* block address locating the last dentry */
/kernel/linux/linux-5.10/fs/f2fs/
Df2fs.h384 struct fsync_inode_entry { struct
385 struct list_head list; /* list head */
386 struct inode *inode; /* vfs inode pointer */
387 block_t blkaddr; /* block address locating the last fsync */
388 block_t last_dentry; /* block address locating the last dentry */