Home
last modified time | relevance | path

Searched refs:kerror (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/fs/cachefiles/
Ddaemon.c318 kerror("Free space limits must be in range" in cachefiles_daemon_range_error()
479 kerror("Empty directory specified"); in cachefiles_daemon_dir()
484 kerror("Second cache directory specified"); in cachefiles_daemon_dir()
507 kerror("Empty security context specified"); in cachefiles_daemon_secctx()
512 kerror("Second security context specified"); in cachefiles_daemon_secctx()
535 kerror("Empty tag specified"); in cachefiles_daemon_tag()
566 kerror("cull applied to unready cache"); in cachefiles_daemon_cull()
571 kerror("cull applied to dead cache"); in cachefiles_daemon_cull()
591 kerror("cull command requires dirfd to be a directory"); in cachefiles_daemon_cull()
595 kerror("cull command requires dirfd and filename"); in cachefiles_daemon_cull()
[all …]
Dxattr.c54 kerror("Can't set xattr on %*.*s [%lu] (err %d)", in cachefiles_check_object_type()
67 kerror("Can't read xattr on %*.*s [%lu] (err %d)", in cachefiles_check_object_type()
88 kerror("Cache object %lu type xattr length incorrect", in cachefiles_check_object_type()
95 kerror("Cache object %*.*s [%lu] type %s not %s", in cachefiles_check_object_type()
261 kerror("Cache object %lu xattr length incorrect", in cachefiles_check_object_xattr()
Dbind.c53 kerror("'bind' command doesn't take an argument"); in cachefiles_daemon_bind()
58 kerror("No cache directory specified"); in cachefiles_daemon_bind()
64 kerror("Cache already bound"); in cachefiles_daemon_bind()
254 kerror("Failed to register: %d", ret); in cachefiles_daemon_add_cache()
Dnamei.c552 kerror("inode %lu is not a directory", in cachefiles_walk_to_object()
583 kerror("inode %lu is not a file or directory", in cachefiles_walk_to_object()
777 kerror("%s is not a directory", dirname); in cachefiles_get_directory()
805 kerror("mkdir %s failed with error %d", dirname, ret); in cachefiles_get_directory()
811 kerror("Lookup %s failed with error %d", dirname, ret); in cachefiles_get_directory()
901 kerror("Internal error: %d", ret); in cachefiles_check_active()
960 kerror("Internal error: %d", ret); in cachefiles_cull()
Dmain.c88 kerror("failed to register: %d", ret); in cachefiles_init()
Dinternal.h245 #define kerror(FMT, ...) printk(KERN_ERR "CacheFiles: "FMT"\n", ##__VA_ARGS__) macro
249 kerror("I/O Error: " FMT, ##__VA_ARGS__); \