Home
last modified time | relevance | path

Searched refs:if_seq (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/scrub/
H A Dquota.h29 unsigned int if_seq; member
/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.h18 unsigned int if_seq; /* fork mod counter */ member
/linux/fs/xfs/
H A Dxfs_iomap.c65 return READ_ONCE(ip->i_af.if_seq); in xfs_iomap_inode_sequence()
67 cookie = (u64)READ_ONCE(ip->i_cowfp->if_seq) << 32; in xfs_iomap_inode_sequence()
68 return cookie | READ_ONCE(ip->i_df.if_seq); in xfs_iomap_inode_sequence()
H A Dxfs_trace.h4101 __entry->forkseq = READ_ONCE(xfs_ifork_ptr(ip, whichfork)->if_seq);