Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_dmap.c77 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval);
79 static int dbJoin(dmtree_t * tp, int leafno, int newval);
80 static void dbAdjTree(dmtree_t * tp, int leafno, int newval);
81 static int dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc,
2402 dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, int level) in dbAdjCtl() argument
2464 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval); in dbAdjCtl()
2466 rc = dbJoin((dmtree_t *) dcp, leafno, newval); in dbAdjCtl()
2556 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval) in dbSplit() argument
2590 dbAdjTree(tp, leafno, newval); in dbSplit()
2700 static int dbJoin(dmtree_t * tp, int leafno, int newval) in dbJoin() argument
[all …]
/fs/ceph/
Dxattr.c779 char *newval = NULL; in ceph_setxattr() local
800 newval = kmemdup(value, val_len, GFP_NOFS); in ceph_setxattr()
801 if (!newval) in ceph_setxattr()
835 err = __set_xattr(ci, newname, name_len, newval, in ceph_setxattr()
852 kfree(newval); in ceph_setxattr()