#include <linux/kobject.h>
#include <linux/device.h>
#include "exofs.h"
Go to the source code of this file.
|
| OSD_ATTR (osdname, S_IRUGO, osdname_show, NULL) |
|
| OSD_ATTR (systemid, S_IRUGO, systemid_show, NULL) |
|
| OSD_ATTR (uri, S_IRWXU, uri_show, uri_store) |
|
void | exofs_sysfs_dbg_print (void) |
|
void | exofs_sysfs_sb_del (struct exofs_sb_info *sbi) |
|
int | exofs_sysfs_sb_add (struct exofs_sb_info *sbi, struct exofs_dt_device_info *dt_dev) |
|
int | exofs_sysfs_odev_add (struct exofs_dev *edev, struct exofs_sb_info *sbi) |
|
int | exofs_sysfs_init (void) |
|
void | exofs_sysfs_uninit (void) |
|
Value:
Definition at line 94 of file sys.c.
OSD_ATTR |
( |
uri |
, |
|
|
S_IRWXU |
, |
|
|
uri_show |
, |
|
|
uri_store |
|
|
) |
| |