masklog.c (cb5629b10d64a8006622ce3a52bc887d91057d69) | masklog.c (f2c870e3b12e38da6d9b5b17c4c8ae56a0ed68e4) |
---|---|
1/* -*- mode: c; c-basic-offset: 8; -*- 2 * vim: noexpandtab sw=8 ts=8 sts=0: 3 * 4 * Copyright (C) 2004, 2005 Oracle. All rights reserved. 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public 8 * License as published by the Free Software Foundation; either --- 97 unchanged lines hidden (view full) --- 106 define_mask(INODE), 107 define_mask(VOTE), 108 define_mask(DCACHE), 109 define_mask(CONN), 110 define_mask(QUORUM), 111 define_mask(EXPORT), 112 define_mask(XATTR), 113 define_mask(QUOTA), | 1/* -*- mode: c; c-basic-offset: 8; -*- 2 * vim: noexpandtab sw=8 ts=8 sts=0: 3 * 4 * Copyright (C) 2004, 2005 Oracle. All rights reserved. 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public 8 * License as published by the Free Software Foundation; either --- 97 unchanged lines hidden (view full) --- 106 define_mask(INODE), 107 define_mask(VOTE), 108 define_mask(DCACHE), 109 define_mask(CONN), 110 define_mask(QUORUM), 111 define_mask(EXPORT), 112 define_mask(XATTR), 113 define_mask(QUOTA), |
114 define_mask(REFCOUNT), |
|
114 define_mask(ERROR), 115 define_mask(NOTICE), 116 define_mask(KTHREAD), 117}; 118 119static struct attribute *mlog_attr_ptrs[MLOG_MAX_BITS] = {NULL, }; 120 121static ssize_t mlog_show(struct kobject *obj, struct attribute *attr, --- 48 unchanged lines hidden --- | 115 define_mask(ERROR), 116 define_mask(NOTICE), 117 define_mask(KTHREAD), 118}; 119 120static struct attribute *mlog_attr_ptrs[MLOG_MAX_BITS] = {NULL, }; 121 122static ssize_t mlog_show(struct kobject *obj, struct attribute *attr, --- 48 unchanged lines hidden --- |