xafile 392 fs/reiserfs/xattr.c struct dentry *xadir, *xafile; xafile 400 fs/reiserfs/xattr.c xafile = lookup_one_len(name, xadir, strlen(name)); xafile 401 fs/reiserfs/xattr.c if (IS_ERR(xafile)) { xafile 402 fs/reiserfs/xattr.c err = PTR_ERR(xafile); xafile 406 fs/reiserfs/xattr.c if (d_really_is_positive(xafile) && (flags & XATTR_CREATE)) xafile 409 fs/reiserfs/xattr.c if (d_really_is_negative(xafile)) { xafile 412 fs/reiserfs/xattr.c err = xattr_create(d_inode(xadir), xafile, xafile 417 fs/reiserfs/xattr.c dput(xafile); xafile 423 fs/reiserfs/xattr.c return xafile;