Searched refs:newval (Results 1 – 2 of 2) sorted by relevance
/fs/jfs/ |
D | jfs_dmap.c | 66 static void dbSplit(dmtree_t *tp, int leafno, int splitsz, int newval, bool is_ctl); 68 static int dbJoin(dmtree_t *tp, int leafno, int newval, bool is_ctl); 69 static void dbAdjTree(dmtree_t *tp, int leafno, int newval, bool is_ctl); 70 static int dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, 2470 dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, int level) in dbAdjCtl() argument 2533 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval, true); in dbAdjCtl() 2535 rc = dbJoin((dmtree_t *) dcp, leafno, newval, true); in dbAdjCtl() 2626 static void dbSplit(dmtree_t *tp, int leafno, int splitsz, int newval, bool is_ctl) in dbSplit() argument 2660 dbAdjTree(tp, leafno, newval, is_ctl); in dbSplit() 2770 static int dbJoin(dmtree_t *tp, int leafno, int newval, bool is_ctl) in dbJoin() argument [all …]
|
/fs/ceph/ |
D | xattr.c | 1176 char *newval = NULL; in __ceph_setxattr() local 1204 newval = kmemdup(value, val_len, GFP_NOFS); in __ceph_setxattr() 1205 if (!newval) in __ceph_setxattr() 1261 err = __set_xattr(ci, newname, name_len, newval, val_len, in __ceph_setxattr() 1306 kfree(newval); in __ceph_setxattr()
|