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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dxattr.h72 extern int ext4_xattr_set_handle(handle_t *, struct inode *, int, const char *, const void *, size_t, int);
105 ext4_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index, function
H A Dxattr_security.c64 err = ext4_xattr_set_handle(handle, inode, EXT4_XATTR_INDEX_SECURITY,
H A Dacl.c267 error = ext4_xattr_set_handle(handle, inode, name_index, "",
H A Dxattr.c925 * ext4_xattr_set_handle()
937 ext4_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index, function
1037 * Like ext4_xattr_set_handle, but start from an inode. This extended
1056 error = ext4_xattr_set_handle(handle, inode, name_index, name,

Completed in 54 milliseconds