Searched refs:exofs_dev (Results 1 – 3 of 3) sorted by relevance
/fs/exofs/ |
D | sys.c | 29 ssize_t (*show)(struct exofs_dev *, char *); 30 ssize_t (*store)(struct exofs_dev *, const char *, size_t); 36 struct exofs_dev *edp = container_of(kobj, struct exofs_dev, ed_kobj); in odev_attr_show() 45 struct exofs_dev *edp = container_of(kobj, struct exofs_dev, ed_kobj); in odev_attr_store() 59 static ssize_t osdname_show(struct exofs_dev *edp, char *buf) in osdname_show() 67 static ssize_t systemid_show(struct exofs_dev *edp, char *buf) in systemid_show() 76 static ssize_t uri_show(struct exofs_dev *edp, char *buf) in uri_show() 81 static ssize_t uri_store(struct exofs_dev *edp, const char *buf, size_t len) in uri_store() 172 int exofs_sysfs_odev_add(struct exofs_dev *edev, struct exofs_sb_info *sbi) in exofs_sysfs_odev_add()
|
D | exofs.h | 56 struct exofs_dev { struct 189 int exofs_sysfs_odev_add(struct exofs_dev *edev,
|
D | super.c | 547 struct exofs_dev **peds) in __alloc_dev_table() 554 struct exofs_dev eds[numdevs]; in __alloc_dev_table() 556 struct exofs_dev *eds; in __alloc_dev_table() 579 struct exofs_dev *eds; in exofs_read_lookup_dev_table() 799 struct exofs_dev *eds; in exofs_fill_super()
|