Searched refs:inval_plog (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/
H A Dfs_parser.c124 return inval_plog(log, "Unexpected value for '%s'",
194 return inval_plog(log, "Bad value for '%s'", param->key);
/linux-master/include/linux/
H A Dfs_context.h234 #define inval_plog(p, fmt, ...) (error_plog(p, fmt, ## __VA_ARGS__), -EINVAL) macro
/linux-master/net/ceph/
H A Dceph_common.c600 return inval_plog(&log, "%s out of range", param->key);
/linux-master/drivers/block/
H A Drbd.c6274 return inval_plog(&log, "Unknown parameter '%s'",
6289 return inval_plog(&log, "alloc_size must be a power of 2");
6348 return inval_plog(&log, "%s out of range", param->key);

Completed in 135 milliseconds