Searched refs:path_setxattrat (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ |
H A D | xattr.c | 679 static int path_setxattrat(int dfd, const char __user *pathname, in path_setxattrat() function 738 return path_setxattrat(dfd, pathname, at_flags, name, in SYSCALL_DEFINE6() 747 return path_setxattrat(AT_FDCWD, pathname, 0, name, value, size, flags); in SYSCALL_DEFINE5() 754 return path_setxattrat(AT_FDCWD, pathname, AT_SYMLINK_NOFOLLOW, name, in SYSCALL_DEFINE5() 761 return path_setxattrat(fd, NULL, AT_EMPTY_PATH, name, in SYSCALL_DEFINE5()
|