Home
last modified time | relevance | path

Searched refs:seqp (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_rtalloc.c1311 uint64_t *seqp; /* pointer to seqno in inode */ in xfs_rtpick_extent() local
1315 seqp = (uint64_t *)&VFS_I(mp->m_rbmip)->i_atime; in xfs_rtpick_extent()
1318 *seqp = 0; in xfs_rtpick_extent()
1320 seq = *seqp; in xfs_rtpick_extent()
1332 *seqp = seq + 1; in xfs_rtpick_extent()
/fs/
Dnamei.c1220 struct path *path, unsigned *seqp) in choose_mountpoint_rcu() argument
1232 *seqp = read_seqcount_begin(&mountpoint->d_seq); in choose_mountpoint_rcu()
1407 struct inode **inode, unsigned *seqp) in __follow_mount_rcu() argument
1436 *seqp = read_seqcount_begin(&dentry->d_seq); in __follow_mount_rcu()
1458 unsigned int *seqp) in handle_mounts() argument
1466 unsigned int seq = *seqp; in handle_mounts()
1469 if (likely(__follow_mount_rcu(nd, path, inode, seqp))) in handle_mounts()
1490 *seqp = 0; /* out of RCU mode, so the value doesn't matter */ in handle_mounts()
1551 unsigned *seqp) in lookup_fast() argument
1588 *seqp = seq; in lookup_fast()
[all …]
Ddcache.c2236 unsigned *seqp) in __d_lookup_rcu() argument
2312 *seqp = seq; in __d_lookup_rcu()