Searched defs:fsync_inode_entry (Results 1 – 3 of 3) sorted by relevance
496 struct fsync_inode_entry { struct497 struct list_head list; /* list head */498 nid_t ino; /* inode number */499 block_t blkaddr; /* block address locating the last fsync */500 block_t last_dentry; /* block address locating the last dentry */
67631 struct fsync_inode_entry { struct67632 struct list_head list;67633 struct inode *inode;67634 block_t blkaddr;67635 block_t last_dentry;