Searched refs:xattr_lookup (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | xattr.c | 389 static struct dentry *xattr_lookup(struct inode *inode, const char *name, in xattr_lookup() function 540 dentry = xattr_lookup(inode, name, flags); in reiserfs_xattr_set_handle() 684 dentry = xattr_lookup(inode, name, XATTR_REPLACE); in reiserfs_xattr_get()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | xattr.c | 390 static struct dentry *xattr_lookup(struct inode *inode, const char *name, in xattr_lookup() function 535 dentry = xattr_lookup(inode, name, flags); in reiserfs_xattr_set_handle() 679 dentry = xattr_lookup(inode, name, XATTR_REPLACE); in reiserfs_xattr_get()
|
Completed in 4 milliseconds