Home
last modified time | relevance | path

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

/linux-3.3/fs/ocfs2/
Dlocalalloc.c76 struct inode *local_alloc_inode);
382 struct inode *local_alloc_inode = NULL; in ocfs2_shutdown_local_alloc() local
395 local_alloc_inode = in ocfs2_shutdown_local_alloc()
399 if (!local_alloc_inode) { in ocfs2_shutdown_local_alloc()
444 status = ocfs2_journal_access_di(handle, INODE_CACHE(local_alloc_inode), in ocfs2_shutdown_local_alloc()
476 if (local_alloc_inode) in ocfs2_shutdown_local_alloc()
477 iput(local_alloc_inode); in ocfs2_shutdown_local_alloc()
634 struct inode *local_alloc_inode; in ocfs2_reserve_local_alloc_bits() local
639 local_alloc_inode = in ocfs2_reserve_local_alloc_bits()
643 if (!local_alloc_inode) { in ocfs2_reserve_local_alloc_bits()
[all …]