Home
last modified time | relevance | path

Searched refs:read_seqlock_excl (Results 1 – 14 of 14) sorted by relevance

/linux/include/linux/
H A Dfs_struct.h28 read_seqlock_excl(&fs->seq); in get_fs_root()
36 read_seqlock_excl(&fs->seq); in get_fs_pwd()
H A Dseqlock.h985 * read_seqlock_excl() - begin a seqlock_t locking reader section
988 * read_seqlock_excl opens a seqlock_t locking reader critical section. A
1000 static inline void read_seqlock_excl(seqlock_t *sl) in read_seqlock_excl() function
1019 * _bh variant of read_seqlock_excl(). Use this variant only if the
1043 * _irq variant of read_seqlock_excl(). Use this only if the seqlock_t
1077 * _irqsave variant of read_seqlock_excl(). Use this only if the seqlock_t
1102 * as in read_seqlock_excl(). In the first call to this function, the
1132 read_seqlock_excl(lock); in read_seqbegin_or_lock()
/linux/fs/
H A Dfs_struct.c96 read_seqlock_excl(&fs->seq); in exit_fs()
116 read_seqlock_excl(&old->seq); in copy_fs_struct()
136 read_seqlock_excl(&fs->seq); in unshare_fs_struct()
H A Dnamespace.c945 read_seqlock_excl(&mount_lock); in get_mountpoint()
969 read_seqlock_excl(&mount_lock); in get_mountpoint()
997 * locks: mount_lock [read_seqlock_excl], namespace_sem [excl]
2396 read_seqlock_excl(&mount_lock); in has_locked_children()
2734 read_seqlock_excl(&mount_lock); in attach_recursive_mnt()
2787 read_seqlock_excl(&mount_lock); in do_lock_mount()
2847 read_seqlock_excl(&mount_lock); in unlock_mount()
3429 read_seqlock_excl(&mount_lock); in path_overmounted()
3438 * Locks: namespace_sem (shared) or mount_lock (read_seqlock_excl).
3874 read_seqlock_excl( in mnt_set_expiry()
[all...]
H A Dpnode.c306 read_seqlock_excl(&mount_lock); in propagate_mnt()
H A Ddcache.c1419 read_seqlock_excl(&mount_lock); in path_has_submounts()
1439 read_seqlock_excl(&rename_lock); in d_set_mounted()
3098 read_seqlock_excl(&rename_lock); in is_subdir()
H A Dexec.c1518 read_seqlock_excl(&p->fs->seq); in check_unsafe_exec()
H A Dnamei.c1365 read_seqlock_excl(&mount_lock); in follow_up()
/linux/fs/afs/
H A Dvl_alias.c145 read_seqlock_excl(&p->volume_lock); in afs_query_for_alias_one()
H A Dfile.c481 read_seqlock_excl(&vnode->cb_lock); in afs_drop_open_mmap()
/linux/Documentation/locking/
H A Dseqlock.rst211 read_seqlock_excl(&foo_seqlock);
/linux/fs/ufs/
H A Dinode.c392 read_seqlock_excl(&UFS_I(inode)->meta_lock); in ufs_getfrag_block()
1161 read_seqlock_excl(&ufsi->meta_lock); in ufs_truncate_blocks()
H A Dballoc.c434 read_seqlock_excl(&UFS_I(inode)->meta_lock); in ufs_new_fragments()
/linux/kernel/
H A Dfork.c1553 read_seqlock_excl(&fs->seq); in copy_fs()
3158 read_seqlock_excl(&fs->seq); in ksys_unshare()