Home
last modified time | relevance | path

Searched refs:s_next_gen_lock (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/fs/exofs/
Dexofs.h72 spinlock_t s_next_gen_lock; /* spinlock for gen # update */ member
Dinode.c1318 spin_lock(&sbi->s_next_gen_lock); in exofs_new_inode()
1320 spin_unlock(&sbi->s_next_gen_lock); in exofs_new_inode()
Dsuper.c791 spin_lock_init(&sbi->s_next_gen_lock); in exofs_fill_super()
/linux-4.4.14/fs/ext2/
Dialloc.c569 spin_lock(&sbi->s_next_gen_lock); in ext2_new_inode()
571 spin_unlock(&sbi->s_next_gen_lock); in ext2_new_inode()
Dext2.h93 spinlock_t s_next_gen_lock; member
Dsuper.c1076 spin_lock_init(&sbi->s_next_gen_lock); in ext2_fill_super()
/linux-4.4.14/fs/ext4/
Dioctl.c159 spin_lock(&sbi->s_next_gen_lock); in swap_inode_boot_loader()
162 spin_unlock(&sbi->s_next_gen_lock); in swap_inode_boot_loader()
Dialloc.c1062 spin_lock(&sbi->s_next_gen_lock); in __ext4_new_inode()
1064 spin_unlock(&sbi->s_next_gen_lock); in __ext4_new_inode()
Dext4.h1322 spinlock_t s_next_gen_lock; member
Dsuper.c3634 spin_lock_init(&sbi->s_next_gen_lock); in ext4_fill_super()