Searched refs:if_seq (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dquota.h29 unsigned int if_seq; member in struct:xchk_dqiter
H A Ddqiterate.c61 cursor->if_seq == ifp->if_seq &&
79 cursor->if_seq = ifp->if_seq;
132 cursor->if_seq = ifp->if_seq;
/linux-master/fs/xfs/
H A Dxfs_aops.c222 if (XFS_WPC(wpc)->data_seq != READ_ONCE(ip->i_df.if_seq)) {
228 XFS_WPC(wpc)->cow_seq != READ_ONCE(ip->i_cowfp->if_seq)) {
306 * It's safe to check the COW fork if_seq here without the ILOCK because
310 * page. Changes to if_seq always happen under i_lock, which protects
337 XFS_WPC(wpc)->cow_seq = READ_ONCE(ip->i_cowfp->if_seq);
360 XFS_WPC(wpc)->data_seq = READ_ONCE(ip->i_df.if_seq);
H A Dxfs_iomap.c61 return READ_ONCE(ip->i_af.if_seq);
63 cookie = (u64)READ_ONCE(ip->i_cowfp->if_seq) << 32;
64 return cookie | READ_ONCE(ip->i_df.if_seq);
H A Dxfs_trace.h3586 __entry->forkseq = READ_ONCE(xfs_ifork_ptr(ip, whichfork)->if_seq);
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_fork.h18 unsigned int if_seq; /* fork mod counter */ member in struct:xfs_ifork
H A Dxfs_iext_tree.c629 WRITE_ONCE(ifp->if_seq, READ_ONCE(ifp->if_seq) + 1);
H A Dxfs_bmap.c4660 *seq = READ_ONCE(ifp->if_seq);
4711 *seq = READ_ONCE(ifp->if_seq);

Completed in 165 milliseconds