Searched refs:orphan_dir_inode (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dnamei.h35 struct inode *orphan_dir_inode,
H A Dnamei.c90 struct inode *orphan_dir_inode);
1878 struct inode *orphan_dir_inode; local
1882 orphan_dir_inode = ocfs2_get_system_file_inode(osb,
1885 if (!orphan_dir_inode) {
1891 mutex_lock(&orphan_dir_inode->i_mutex);
1893 ret = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1);
1895 mutex_unlock(&orphan_dir_inode->i_mutex);
1896 iput(orphan_dir_inode);
1902 *ret_orphan_dir = orphan_dir_inode;
1908 static int __ocfs2_prepare_orphan_dir(struct inode *orphan_dir_inode, argument
1954 struct inode *orphan_dir_inode = NULL; local
1987 ocfs2_orphan_add(struct ocfs2_super *osb, handle_t *handle, struct inode *inode, struct buffer_head *fe_bh, char *name, struct ocfs2_dir_lookup_result *lookup, struct inode *orphan_dir_inode) argument
2070 ocfs2_orphan_del(struct ocfs2_super *osb, handle_t *handle, struct inode *orphan_dir_inode, struct inode *inode, struct buffer_head *orphan_dir_bh) argument
2356 struct inode *orphan_dir_inode = NULL; local
[all...]
H A Dinode.c608 struct inode *orphan_dir_inode,
645 status = ocfs2_orphan_del(osb, handle, orphan_dir_inode, inode,
725 struct inode *orphan_dir_inode = NULL; local
737 orphan_dir_inode = ocfs2_get_system_file_inode(osb,
740 if (!orphan_dir_inode) {
749 mutex_lock(&orphan_dir_inode->i_mutex);
750 status = ocfs2_inode_lock(orphan_dir_inode, &orphan_dir_bh, 1);
752 mutex_unlock(&orphan_dir_inode->i_mutex);
791 status = ocfs2_remove_inode(inode, di_bh, orphan_dir_inode,
800 ocfs2_inode_unlock(orphan_dir_inode,
606 ocfs2_remove_inode(struct inode *inode, struct buffer_head *di_bh, struct inode *orphan_dir_inode, struct buffer_head *orphan_dir_bh) argument
[all...]
H A Djournal.c2018 struct inode *orphan_dir_inode = NULL; local
2025 orphan_dir_inode = ocfs2_get_system_file_inode(osb,
2028 if (!orphan_dir_inode) {
2034 mutex_lock(&orphan_dir_inode->i_mutex);
2035 status = ocfs2_inode_lock(orphan_dir_inode, NULL, 0);
2041 status = ocfs2_dir_foreach(orphan_dir_inode, &pos, &priv,
2051 ocfs2_inode_unlock(orphan_dir_inode, 0);
2053 mutex_unlock(&orphan_dir_inode->i_mutex);
2054 iput(orphan_dir_inode);

Completed in 54 milliseconds