Home
last modified time | relevance | path

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

/linux-6.15/fs/jfs/
H 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 …]
H 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()
3111 jfs_ip->cflag = 0; in copy_from_dinode()
3112 jfs_ip->btindex = 0; in copy_from_dinode()
3113 jfs_ip->btorder = 0; in copy_from_dinode()
3114 jfs_ip->bxflag = 0; in copy_from_dinode()
3115 jfs_ip->blid = 0; in copy_from_dinode()
3116 jfs_ip->atlhead = 0; in copy_from_dinode()
3117 jfs_ip->atltail = 0; in copy_from_dinode()
[all …]
H A Dsuper.c939 struct jfs_inode_info *jfs_ip = (struct jfs_inode_info *) foo; in init_once() local
941 memset(jfs_ip, 0, sizeof(struct jfs_inode_info)); in init_once()
942 INIT_LIST_HEAD(&jfs_ip->anon_inode_list); in init_once()
943 init_rwsem(&jfs_ip->rdwrlock); in init_once()
944 mutex_init(&jfs_ip->commit_mutex); in init_once()
945 init_rwsem(&jfs_ip->xattr_sem); in init_once()
946 spin_lock_init(&jfs_ip->ag_lock); in init_once()
947 jfs_ip->active_ag = -1; in init_once()
948 inode_init_once(&jfs_ip->vfs_inode); in init_once()
H 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 …]
H A Djfs_dtree.c255 if (index >= jfs_ip->next_index) { in find_index()
265 slot = &jfs_ip->i_dirtable[index - 2]; in find_index()
340 if (jfs_ip->next_index < 2) { in add_index()
342 jfs_ip->next_index); in add_index()
343 jfs_ip->next_index = 2; in add_index()
346 index = jfs_ip->next_index++; in add_index()
397 memcpy(&jfs_ip->i_dirtable, temp_table, in add_index()
409 memcpy(&jfs_ip->i_dirtable, temp_table, in add_index()
474 jfs_ip->next_index--; in add_index()
2565 jfs_ip->next_index = 2; in dtInitRoot()
[all …]
H 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()