Home
last modified time | relevance | path

Searched defs:listxattr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/
Dxattr.c520 listxattr(struct dentry *d, char __user *list, size_t size) in listxattr() function
572 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
/linux-4.4.14/include/linux/
Dfs.h1668 ssize_t (*listxattr) (struct dentry *, char *, size_t); member