Lines Matching refs:follow
58 int follow; member
68 int follow; member
77 int follow; member
84 int follow; member
163 attrnamespace, &auio, args->follow, UIO_USERSPACE); in listxattr()
218 .follow = FOLLOW, in linux_listxattr()
232 .follow = NOFOLLOW, in linux_llistxattr()
246 .follow = 0, in linux_flistxattr()
263 attrname, args->follow, UIO_USERSPACE); in removexattr()
277 .follow = FOLLOW, in linux_removexattr()
290 .follow = NOFOLLOW, in linux_lremovexattr()
303 .follow = 0, in linux_fremovexattr()
320 attrname, args->value, args->size, args->follow, UIO_USERSPACE); in getxattr()
336 .follow = FOLLOW, in linux_getxattr()
351 .follow = NOFOLLOW, in linux_lgetxattr()
366 .follow = 0, in linux_fgetxattr()
389 args->follow, UIO_USERSPACE); in setxattr()
404 attrname, args->value, args->size, args->follow, in setxattr()
424 .follow = FOLLOW, in linux_setxattr()
440 .follow = NOFOLLOW, in linux_lsetxattr()
456 .follow = 0, in linux_fsetxattr()