Home
last modified time | relevance | path

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

/linux/fs/ext2/
H A Dioctl.c123 mutex_lock(&ei->truncate_mutex); in ext2_ioctl()
134 mutex_unlock(&ei->truncate_mutex); in ext2_ioctl()
/linux/fs/ufs/
H A Dufs.h50 struct mutex truncate_mutex; member
H A Dsuper.c1368 mutex_init(&ei->truncate_mutex); in ufs_alloc_inode()