Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Dxattr.c505 listxattr(struct dentry *d, char __user *list, size_t size) in listxattr() function
539 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
/linux-3.4.99/include/linux/
Dfs.h1664 ssize_t (*listxattr) (struct dentry *, char *, size_t); member