Searched defs:setxattr (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/ubifs/ |
D | xattr.c | 306 static int setxattr(struct inode *host, const char *name, const void *value, in setxattr() function
|
/linux-4.4.14/fs/ |
D | xattr.c | 322 setxattr(struct dentry *d, const char __user *name, const void __user *value, in setxattr() function 390 SYSCALL_DEFINE5(setxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
|
/linux-4.4.14/include/linux/ceph/ |
D | ceph_fs.h | 383 } __attribute__ ((packed)) setxattr; member
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1666 int (*setxattr) (struct dentry *, const char *,const void *,size_t,int); member
|