Home
last modified time | relevance | path

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

/fs/zonefs/
Dsuper.c30 struct zonefs_inode_info *zi = ZONEFS_I(inode); in zonefs_zone_mgmt() local
33 lockdep_assert_held(&zi->i_truncate_mutex); in zonefs_zone_mgmt()
43 if (op == REQ_OP_ZONE_CLOSE && !zi->i_wpoffset) in zonefs_zone_mgmt()
46 ret = blkdev_zone_mgmt(inode->i_sb->s_bdev, op, zi->i_zsector, in zonefs_zone_mgmt()
47 zi->i_zone_size >> SECTOR_SHIFT, GFP_NOFS); in zonefs_zone_mgmt()
51 blk_op_str(op), zi->i_zsector, ret); in zonefs_zone_mgmt()
60 struct zonefs_inode_info *zi = ZONEFS_I(inode); in zonefs_i_size_write() local
67 if (isize >= zi->i_max_size) in zonefs_i_size_write()
68 zi->i_flags &= ~ZONEFS_ZONE_OPEN; in zonefs_i_size_write()
75 struct zonefs_inode_info *zi = ZONEFS_I(inode); in zonefs_read_iomap_begin() local
[all …]
/fs/ubifs/
Dtnc.c2120 struct ubifs_znode *zn, *zi, *zp; in tnc_insert() local
2184 zi = znode; in tnc_insert()
2206 zi = znode; in tnc_insert()
2211 zi = zn; in tnc_insert()
2242 insert_zbranch(c, zi, zbr, n); in tnc_insert()
2246 if (n == 0 && zi == znode && znode->iip == 0) in tnc_insert()
2266 zi = kzalloc(c->max_znode_sz, GFP_NOFS); in tnc_insert()
2267 if (!zi) in tnc_insert()
2270 zi->child_cnt = 2; in tnc_insert()
2271 zi->level = znode->level + 1; in tnc_insert()
[all …]