/fs/sysfs/ |
D | group.c | 36 const struct attribute_group *grp, int update) in create_files() argument 51 if (update) in create_files() 79 if (update) in create_files() 108 static int internal_create_group(struct kobject *kobj, int update, in internal_create_group() argument 116 if (WARN_ON(!kobj || (!update && !kobj->sd))) in internal_create_group() 120 if (unlikely(update && !kobj->sd)) in internal_create_group() 129 if (update) { in internal_create_group() 149 error = create_files(kn, kobj, uid, gid, grp, update); in internal_create_group() 156 if (grp->name && update) in internal_create_group() 179 static int internal_create_groups(struct kobject *kobj, int update, in internal_create_groups() argument [all …]
|
/fs/btrfs/ |
D | delayed-ref.c | 651 struct btrfs_delayed_ref_head *update) in update_existing_head_ref() argument 659 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref() 662 if (update->must_insert_reserved) { in update_existing_head_ref() 670 existing->must_insert_reserved = update->must_insert_reserved; in update_existing_head_ref() 676 existing->num_bytes = update->num_bytes; in update_existing_head_ref() 680 if (update->extent_op) { in update_existing_head_ref() 682 existing->extent_op = update->extent_op; in update_existing_head_ref() 684 if (update->extent_op->update_key) { in update_existing_head_ref() 686 &update->extent_op->key, in update_existing_head_ref() 687 sizeof(update->extent_op->key)); in update_existing_head_ref() [all …]
|
D | free-space-cache.c | 3400 int update = 0; in do_trimming() local 3411 update = 1; in do_trimming() 3434 if (update) { in do_trimming()
|
/fs/lockd/ |
D | svcshare.c | 37 goto update; in nlmsvc_share_file() 59 update: in nlmsvc_share_file()
|
/fs/unicode/ |
D | README.utf8data | 39 To update to the newer version of the Unicode standard, the latest 54 Unicode Character Database, please update this README.utf8data file
|
/fs/nfs/ |
D | delegation.c | 401 const struct nfs_delegation *update) in nfs_update_inplace_delegation() argument 403 if (nfs4_stateid_is_newer(&update->stateid, &delegation->stateid)) { in nfs_update_inplace_delegation() 404 delegation->stateid.seqid = update->stateid.seqid; in nfs_update_inplace_delegation() 406 delegation->type = update->type; in nfs_update_inplace_delegation() 407 delegation->pagemod_limit = update->pagemod_limit; in nfs_update_inplace_delegation() 409 delegation->change_attr = update->change_attr; in nfs_update_inplace_delegation() 410 nfs_update_delegation_cred(delegation, update->cred); in nfs_update_inplace_delegation()
|
D | dns_resolve.c | 378 .update = nfs_dns_ent_update,
|
/fs/afs/ |
D | volume.c | 376 goto update; in afs_check_volume_status() 380 update: in afs_check_volume_status()
|
D | server.c | 683 goto update; in afs_check_server_record() 687 update: in afs_check_server_record()
|
/fs/ext4/ |
D | fast_commit.c | 323 bool update = false; in ext4_fc_track_template() local 339 update = true; in ext4_fc_track_template() 344 ret = __fc_track_fn(inode, args, update); in ext4_fc_track_template() 367 static int __track_dentry_update(struct inode *inode, void *arg, bool update) in __track_dentry_update() argument 483 static int __track_inode(struct inode *inode, void *arg, bool update) in __track_inode() argument 485 if (update) in __track_inode() 515 static int __track_range(struct inode *inode, void *arg, bool update) in __track_range() argument 529 if (update && ei->i_fc_lblk_len > 0) { in __track_range()
|
D | extents.c | 5058 bool update = false; in ext4_ext_shift_path_extents() local 5072 update = true; in ext4_ext_shift_path_extents() 5114 if (--depth < 0 || !update) in ext4_ext_shift_path_extents()
|
/fs/adfs/ |
D | dir.c | 284 if (!ops->update) in adfs_dir_update() 292 ret = ops->update(&dir, obj); in adfs_dir_update()
|
D | adfs.h | 131 int (*update)(struct adfs_dir *dir, struct object_info *obj); member
|
D | dir_f.c | 322 .update = adfs_f_update,
|
D | dir_fplus.c | 285 .update = adfs_fplus_update,
|
/fs/ceph/ |
D | inode.c | 340 bool update = false; in ceph_fill_fragtree() local 345 update = true; in ceph_fill_fragtree() 350 update = true; in ceph_fill_fragtree() 355 update = true; in ceph_fill_fragtree() 357 if (!update && dirinfo) { in ceph_fill_fragtree() 360 update = true; in ceph_fill_fragtree() 362 if (!update) in ceph_fill_fragtree()
|
/fs/nfsd/ |
D | nfs4idmap.c | 200 .update = ent_init, 370 .update = ent_init,
|
D | export.c | 268 .update = expkey_update, 794 .update = export_update,
|
D | nfs4state.c | 3087 bool update = exid->flags & EXCHGID4_FLAG_UPD_CONFIRMED_REC_A; in nfsd4_exchange_id() local 3156 if (update) { in nfsd4_exchange_id() 3193 if (update) { /* case 7 */ in nfsd4_exchange_id()
|
/fs/reiserfs/ |
D | README | 57 recompile and reinstall fsck and mkreiserfs with every update of 63 Yes, if you update your reiserfs kernel module you do have to
|
/fs/f2fs/ |
D | debug.c | 154 si->update = sbi->im[UPDATE_INO].ino_num; in update_general_status() 388 si->orphans, si->append, si->update); in stat_show()
|
D | node.c | 2262 nid_t nid, bool build, bool update) in add_free_nid() argument 2322 if (update) { in add_free_nid()
|
/fs/affs/ |
D | Changes | 171 - getblock() didn't update the lastblock field in the
|
/fs/ocfs2/ |
D | dlmglue.c | 2444 goto update; in ocfs2_inode_lock_full_nested() 2473 update: in ocfs2_inode_lock_full_nested()
|
/fs/nls/ |
D | Kconfig | 432 Portuguese, Spanish, and Swedish. Latin 9 is an update to
|