Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Daffs_fs_i.h28 struct semaphore i_ext_lock; /* Protects internal inode access. */ member
29 #define i_hash_lock i_ext_lock
Damigaffs.h117 down(&AFFS_INODE->i_ext_lock); in affs_lock_ext()
122 up(&AFFS_INODE->i_ext_lock); in affs_unlock_ext()
/linux-2.4.37.9/fs/affs/
Dinode.c73 init_MUTEX(&AFFS_INODE->i_ext_lock); in affs_read_inode()
325 init_MUTEX(&AFFS_INODE->i_ext_lock); in affs_new_inode()