Searched defs:fsync_inode_entry (Results 1 – 5 of 5) 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 */
54167 struct fsync_inode_entry { struct54168 struct list_head list;54169 struct inode *inode;54170 block_t blkaddr;54171 block_t 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;
63925 struct fsync_inode_entry { struct63926 struct list_head list;63927 struct inode *inode;63928 block_t blkaddr;63929 block_t last_dentry;