Home
last modified time | relevance | path

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

/linux/fs/jfs/
A Djfs_txnmgr.c604 lid = jfs_ip->xtlid; in txLock()
728 jfs_ip->xtlid = lid; in txLock()
750 jfs_ip->atlhead = lid; in txLock()
1207 jfs_ip = JFS_IP(ip); in txCommit()
1245 jfs_ip->atlhead = jfs_ip->atltail = 0; in txCommit()
1343 jfs_ip = JFS_IP(ip); in txCommit()
1348 jfs_ip->bxflag = 0; in txCommit()
1349 jfs_ip->blid = 0; in txCommit()
2553 if (!jfs_ip->atlhead) in txFreelock()
2570 if (jfs_ip->atlhead) in txFreelock()
[all …]
A Djfs_imap.c679 jfs_ip->xtlid = 0; in diWrite()
689 p = &jfs_ip->i_xtroot; in diWrite()
707 jfs_ip->blid = 0; in diWrite()
3102 jfs_ip->cflag = 0; in copy_from_dinode()
3103 jfs_ip->btindex = 0; in copy_from_dinode()
3104 jfs_ip->btorder = 0; in copy_from_dinode()
3105 jfs_ip->bxflag = 0; in copy_from_dinode()
3106 jfs_ip->blid = 0; in copy_from_dinode()
3107 jfs_ip->atlhead = 0; in copy_from_dinode()
3108 jfs_ip->atltail = 0; in copy_from_dinode()
[all …]
A Dsuper.c916 struct jfs_inode_info *jfs_ip = (struct jfs_inode_info *) foo; in init_once() local
918 memset(jfs_ip, 0, sizeof(struct jfs_inode_info)); in init_once()
919 INIT_LIST_HEAD(&jfs_ip->anon_inode_list); in init_once()
920 init_rwsem(&jfs_ip->rdwrlock); in init_once()
921 mutex_init(&jfs_ip->commit_mutex); in init_once()
922 init_rwsem(&jfs_ip->xattr_sem); in init_once()
923 spin_lock_init(&jfs_ip->ag_lock); in init_once()
924 jfs_ip->active_ag = -1; in init_once()
925 inode_init_once(&jfs_ip->vfs_inode); in init_once()
A Djfs_xtree.c266 if ((jfs_ip->btorder & BT_SEQUENTIAL) && in xtSearch()
268 (index = jfs_ip->btindex) < in xtSearch()
341 jfs_ip->btindex = index; in xtSearch()
388 btindex = jfs_ip->btindex; in xtSearch()
391 jfs_ip->btorder = BT_SEQUENTIAL; in xtSearch()
393 jfs_ip->btorder = BT_RANDOM; in xtSearch()
394 jfs_ip->btindex = index; in xtSearch()
446 btindex = jfs_ip->btindex; in xtSearch()
448 jfs_ip->btorder = BT_SEQUENTIAL; in xtSearch()
450 jfs_ip->btorder = BT_RANDOM; in xtSearch()
[all …]
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()
2564 jfs_ip->next_index = 2; in dtInitRoot()
[all …]
A Dnamei.c1358 struct jfs_inode_info *jfs_ip; in jfs_mknod() local
1382 jfs_ip = JFS_IP(ip); in jfs_mknod()
1416 jfs_ip->dev = new_encode_dev(rdev); in jfs_mknod()

Completed in 27 milliseconds