Searched refs:xent (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dxattr.c304 struct ubifs_dent_node *xent; local
319 xent = kmalloc(UBIFS_MAX_XENT_NODE_SZ, GFP_NOFS);
320 if (!xent)
328 err = ubifs_tnc_lookup_nm(c, &key, xent, &nm);
347 inode = iget_xattr(c, le64_to_cpu(xent->inum));
357 kfree(xent);
368 struct ubifs_dent_node *xent; local
379 xent = kmalloc(UBIFS_MAX_XENT_NODE_SZ, GFP_NOFS);
380 if (!xent)
384 err = ubifs_tnc_lookup_nm(c, &key, xent,
427 struct ubifs_dent_node *xent, *pxent = NULL; local
530 struct ubifs_dent_node *xent; local
[all...]
H A Djournal.c517 * @xent: non-zero if the directory entry is an extended attribute entry
539 int deletion, int xent)
581 if (!xent) {
1268 struct ubifs_dent_node *xent; local
1289 xent = kmalloc(len, GFP_NOFS);
1290 if (!xent)
1296 kfree(xent);
1300 xent->ch.node_type = UBIFS_XENT_NODE;
1302 key_write(c, &xent_key, xent->key);
1303 xent
537 ubifs_jnl_update(struct ubifs_info *c, const struct inode *dir, const struct qstr *nm, const struct inode *inode, int deletion, int xent) argument
[all...]
H A Dtnc.c2686 struct ubifs_dent_node *xent, *pxent = NULL; local
2700 xent = ubifs_tnc_next_ent(c, &key1, &nm);
2701 if (IS_ERR(xent)) {
2702 err = PTR_ERR(xent);
2708 xattr_inum = le64_to_cpu(xent->inum);
2709 dbg_tnc("xent '%s', ino %lu", xent->name,
2712 nm.name = xent->name;
2713 nm.len = le16_to_cpu(xent->nlen);
2716 kfree(xent);
[all...]
H A Dubifs.h1480 int deletion, int xent);

Completed in 120 milliseconds