Searched refs:__jfs_getxattr (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_xattr.h59 extern ssize_t __jfs_getxattr(struct inode *, const char *, void *, size_t);
H A Dacl.c55 size = __jfs_getxattr(inode, ea_name, NULL, 0);
61 size = __jfs_getxattr(inode, ea_name, value, size);
H A Dxattr.c949 ssize_t __jfs_getxattr(struct inode *inode, const char *name, void *data, function
1018 err = __jfs_getxattr(dentry->d_inode, name, data, buf_size);

Completed in 107 milliseconds