Home
last modified time | relevance | path

Searched refs:cfs_tracefile_size (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/libcfs/
Dtracefile.c52 long long cfs_tracefile_size = CFS_TRACEFILE_SIZE; variable
862 cfs_tracefile_size = simple_strtoul(str + 5, NULL, 0); in cfs_trace_daemon_command()
863 if (cfs_tracefile_size < 10 || cfs_tracefile_size > 20480) in cfs_trace_daemon_command()
864 cfs_tracefile_size = CFS_TRACEFILE_SIZE; in cfs_trace_daemon_command()
866 cfs_tracefile_size <<= 20; in cfs_trace_daemon_command()
878 (long)(cfs_tracefile_size >> 10)); in cfs_trace_daemon_command()
1012 if (f_pos >= (off_t)cfs_tracefile_size) in tracefiled()
Dtracefile.h48 extern long long cfs_tracefile_size;