Home
last modified time | relevance | path

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

/linux/fs/jfs/
A Djfs_imap.c675 jfs_ip->xtlid = 0; in diWrite()
685 p = &jfs_ip->i_xtroot; in diWrite()
703 jfs_ip->blid = 0; in diWrite()
3092 jfs_ip->cflag = 0; in copy_from_dinode()
3093 jfs_ip->btindex = 0; in copy_from_dinode()
3094 jfs_ip->btorder = 0; in copy_from_dinode()
3095 jfs_ip->bxflag = 0; in copy_from_dinode()
3096 jfs_ip->blid = 0; in copy_from_dinode()
3097 jfs_ip->atlhead = 0; in copy_from_dinode()
3098 jfs_ip->atltail = 0; in copy_from_dinode()
[all …]
A Djfs_txnmgr.c599 lid = jfs_ip->xtlid; in txLock()
723 jfs_ip->xtlid = lid; in txLock()
745 jfs_ip->atlhead = lid; in txLock()
1202 jfs_ip = JFS_IP(ip); in txCommit()
1240 jfs_ip->atlhead = jfs_ip->atltail = 0; in txCommit()
1338 jfs_ip = JFS_IP(ip); in txCommit()
1343 jfs_ip->bxflag = 0; in txCommit()
1344 jfs_ip->blid = 0; in txCommit()
2582 if (!jfs_ip->atlhead) in txFreelock()
2599 if (jfs_ip->atlhead) in txFreelock()
[all …]
A Dsuper.c921 struct jfs_inode_info *jfs_ip = (struct jfs_inode_info *) foo; in init_once() local
923 memset(jfs_ip, 0, sizeof(struct jfs_inode_info)); in init_once()
924 INIT_LIST_HEAD(&jfs_ip->anon_inode_list); in init_once()
925 init_rwsem(&jfs_ip->rdwrlock); in init_once()
926 mutex_init(&jfs_ip->commit_mutex); in init_once()
927 init_rwsem(&jfs_ip->xattr_sem); in init_once()
928 spin_lock_init(&jfs_ip->ag_lock); in init_once()
929 jfs_ip->active_ag = -1; in init_once()
930 inode_init_once(&jfs_ip->vfs_inode); in init_once()
A Djfs_dtree.c254 if (index >= jfs_ip->next_index) { in find_index()
264 slot = &jfs_ip->i_dirtable[index - 2]; in find_index()
339 if (jfs_ip->next_index < 2) { in add_index()
341 jfs_ip->next_index); in add_index()
342 jfs_ip->next_index = 2; in add_index()
345 index = jfs_ip->next_index++; in add_index()
396 memcpy(&jfs_ip->i_dirtable, temp_table, in add_index()
408 memcpy(&jfs_ip->i_dirtable, temp_table, in add_index()
473 jfs_ip->next_index--; in add_index()
2855 jfs_ip->next_index = 2; in dtInitRoot()
[all …]
A Djfs_xtree.c277 if ((jfs_ip->btorder & BT_SEQUENTIAL) && in xtSearch()
279 (index = jfs_ip->btindex) < in xtSearch()
352 jfs_ip->btindex = index; in xtSearch()
399 btindex = jfs_ip->btindex; in xtSearch()
402 jfs_ip->btorder = BT_SEQUENTIAL; in xtSearch()
404 jfs_ip->btorder = BT_RANDOM; in xtSearch()
405 jfs_ip->btindex = index; in xtSearch()
457 btindex = jfs_ip->btindex; in xtSearch()
459 jfs_ip->btorder = BT_SEQUENTIAL; in xtSearch()
461 jfs_ip->btorder = BT_RANDOM; in xtSearch()
[all …]
A Dnamei.c1351 struct jfs_inode_info *jfs_ip; in jfs_mknod() local
1375 jfs_ip = JFS_IP(ip); in jfs_mknod()
1409 jfs_ip->dev = new_encode_dev(rdev); in jfs_mknod()

Completed in 26 milliseconds