Searched refs:kerror (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/fs/cachefiles/ |
D | daemon.c | 318 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 …]
|
D | xattr.c | 54 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()
|
D | bind.c | 53 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() 256 kerror("Failed to register: %d", ret); in cachefiles_daemon_add_cache()
|
D | namei.c | 552 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() 776 kerror("%s is not a directory", dirname); in cachefiles_get_directory() 804 kerror("mkdir %s failed with error %d", dirname, ret); in cachefiles_get_directory() 810 kerror("Lookup %s failed with error %d", dirname, ret); in cachefiles_get_directory() 900 kerror("Internal error: %d", ret); in cachefiles_check_active() 959 kerror("Internal error: %d", ret); in cachefiles_cull()
|
D | main.c | 88 kerror("failed to register: %d", ret); in cachefiles_init()
|
D | internal.h | 245 #define kerror(FMT, ...) printk(KERN_ERR "CacheFiles: "FMT"\n", ##__VA_ARGS__) macro 249 kerror("I/O Error: " FMT, ##__VA_ARGS__); \
|