/fs/nilfs2/ |
D | bmap.c | 578 struct nilfs_bmap_store *store) in nilfs_bmap_save() argument 580 memcpy(store->data, bmap->b_u.u_data, sizeof(store->data)); in nilfs_bmap_save() 581 store->last_allocated_key = bmap->b_last_allocated_key; in nilfs_bmap_save() 582 store->last_allocated_ptr = bmap->b_last_allocated_ptr; in nilfs_bmap_save() 583 store->state = bmap->b_state; in nilfs_bmap_save() 587 const struct nilfs_bmap_store *store) in nilfs_bmap_restore() argument 589 memcpy(bmap->b_u.u_data, store->data, sizeof(store->data)); in nilfs_bmap_restore() 590 bmap->b_last_allocated_key = store->last_allocated_key; in nilfs_bmap_restore() 591 bmap->b_last_allocated_ptr = store->last_allocated_ptr; in nilfs_bmap_restore() 592 bmap->b_state = store->state; in nilfs_bmap_restore()
|
D | sysfs.h | 67 ssize_t (*store)(struct kobject *, struct attribute *, \ 78 ssize_t (*store)(struct nilfs_##name##_attr *, struct the_nilfs *, \ 94 ssize_t (*store)(struct nilfs_##name##_attr *, struct nilfs_root *, \ 100 #define NILFS_ATTR(type, name, mode, show, store) \ argument 102 __ATTR(name, mode, show, store)
|
D | sysfs.c | 66 return a->store ? a->store(a, nilfs, buf, len) : 0; \ 70 .store = nilfs_##name##_attr_store, \ 175 return a->store ? a->store(a, root, buf, len) : 0; in nilfs_snapshot_attr_store() 187 .store = nilfs_snapshot_attr_store, 970 return a->store ? a->store(a, nilfs, buf, len) : 0; in nilfs_dev_attr_store() 982 .store = nilfs_dev_attr_store,
|
/fs/exofs/ |
D | sys.c | 30 ssize_t (*store)(struct exofs_dev *, const char *, size_t); member 48 return a->store ? a->store(edp, buf, len) : len; in odev_attr_store() 53 .store = odev_attr_store, 94 #define OSD_ATTR(name, mode, show, store) \ argument 96 __ATTR(name, mode, show, store)
|
/fs/xfs/ |
D | xfs_mru_cache.c | 104 struct radix_tree_root store; /* Core storage data structure. */ member 250 radix_tree_delete(&mru->store, elem->key); in _xfs_mru_cache_clear_reap_list() 365 INIT_RADIX_TREE(&mru->store, GFP_ATOMIC); in xfs_mru_cache_create() 447 error = radix_tree_insert(&mru->store, key, elem); in xfs_mru_cache_insert() 474 elem = radix_tree_delete(&mru->store, key); in xfs_mru_cache_remove() 530 elem = radix_tree_lookup(&mru->store, key); in xfs_mru_cache_lookup()
|
D | xfs_sysfs.c | 29 ssize_t (*store)(struct kobject *kobject, const char *buf, member 78 return xfs_attr->store ? xfs_attr->store(kobject, buf, count) : 0; in xfs_sysfs_object_store() 83 .store = xfs_sysfs_object_store,
|
/fs/gfs2/ |
D | sys.c | 35 ssize_t (*store)(struct gfs2_sbd *, const char *, size_t); member 51 return a->store ? a->store(sdp, buf, len) : len; in gfs2_attr_store() 56 .store = gfs2_attr_store, 285 #define GFS2_ATTR(name, mode, show, store) \ argument 286 static struct gfs2_attr gfs2_attr_##name = __ATTR(name, mode, show, store) 601 #define TUNE_ATTR_3(name, show, store) \ argument 602 static struct gfs2_attr tune_attr_##name = __ATTR(name, 0644, show, store) 604 #define TUNE_ATTR_2(name, store) \ argument 609 TUNE_ATTR_3(name, name##_show, store)
|
/fs/pstore/ |
D | Kconfig | 2 tristate "Persistent store support" 12 (or "M") to a platform specific persistent store driver 14 If you don't have a platform persistent store driver,
|
/fs/dlm/ |
D | lockspace.c | 117 ssize_t (*store)(struct dlm_ls *, const char *, size_t); member 122 .store = dlm_control_store 127 .store = dlm_event_store 133 .store = dlm_id_store 139 .store = dlm_nodir_store 175 return a->store ? a->store(ls, buf, len) : len; in dlm_attr_store() 186 .store = dlm_attr_store,
|
/fs/f2fs/ |
D | sysfs.c | 39 ssize_t (*store)(struct f2fs_attr *, struct f2fs_sb_info *, member 281 return a->store ? a->store(a, sbi, buf, len) : 0; in f2fs_attr_store() 327 .store = _store, \ 459 .store = f2fs_attr_store,
|
/fs/configfs/ |
D | file.c | 175 return attr->store(item, buffer->page, count); in flush_write_buffer() 239 if (!(inode->i_mode & S_IWUGO) || !attr->store) in check_perm()
|
/fs/sysfs/ |
D | file.c | 142 return ops->store(kobj, of->kn->priv, buf, count); in sysfs_kf_write() 268 if (sysfs_ops->show && sysfs_ops->store) { in sysfs_add_file_mode_ns() 278 } else if (sysfs_ops->store) { in sysfs_add_file_mode_ns()
|
/fs/btrfs/ |
D | sysfs.h | 20 .store = _store, \
|
/fs/ocfs2/cluster/ |
D | masklog.c | 159 .store = mlog_store,
|
/fs/isofs/ |
D | Kconfig | 34 This is a Linux-specific extension to RockRidge which lets you store
|
/fs/romfs/ |
D | storage.c | 18 #error no ROMFS backing store interface configured
|
/fs/sdcardfs/ |
D | packagelist.c | 470 .store = _pfx##_name##_store, \ 486 .store = _pfx##_name##_store, \
|
/fs/nfsd/ |
D | Kconfig | 63 To store ACLs on your NFS server, you also need to enable ACL-
|
/fs/ext4/ |
D | sysfs.c | 340 .store = ext4_attr_store,
|
/fs/cifs/ |
D | Kconfig | 107 (used by some filesystems to store ACLs) is not supported at
|
/fs/nls/ |
D | Kconfig | 26 system (if different) to store data (filenames) on a disk.
|