Searched refs:pag_ici_lock (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_iget.c148 int lock_flags) __releases(pag->pag_ici_lock)
182 * pag_ici_lock to be held exclusive.
187 read_unlock(&pag->pag_ici_lock);
195 read_lock(&pag->pag_ici_lock);
205 write_lock(&pag->pag_ici_lock);
212 write_unlock(&pag->pag_ici_lock);
223 read_unlock(&pag->pag_ici_lock);
237 read_unlock(&pag->pag_ici_lock);
290 write_lock(&pag->pag_ici_lock);
305 write_unlock(&pag->pag_ici_lock);
[all...]
H A Dxfs_ag.h230 rwlock_t pag_ici_lock; /* incore inode lock */ member in struct:xfs_perag
H A Dxfs_inode.c2002 read_lock(&pag->pag_ici_lock);
2008 read_unlock(&pag->pag_ici_lock);
2021 read_unlock(&pag->pag_ici_lock);
2025 read_unlock(&pag->pag_ici_lock);
2631 read_lock(&pag->pag_ici_lock);
2694 read_unlock(&pag->pag_ici_lock);
2706 read_unlock(&pag->pag_ici_lock);
H A Dxfs_mount.c446 rwlock_init(&pag->pag_ici_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_sync.c103 write_lock(&pag->pag_ici_lock);
105 read_lock(&pag->pag_ici_lock);
109 write_unlock(&pag->pag_ici_lock);
111 read_unlock(&pag->pag_ici_lock);
115 /* execute releases pag->pag_ici_lock */
207 /* must be called with pag_ici_lock held and releases it */
237 read_unlock(&pag->pag_ici_lock);
662 write_lock(&pag->pag_ici_lock);
667 write_unlock(&pag->pag_ici_lock);
768 write_unlock(&pag->pag_ici_lock);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm_syscalls.c884 read_unlock(&pag->pag_ici_lock);

Completed in 101 milliseconds