Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 26) sorted by relevance

12

/fs/sysfs/
Dgroup.c36 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/
Ddelayed-ref.c651 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 …]
Dfree-space-cache.c3400 int update = 0; in do_trimming() local
3411 update = 1; in do_trimming()
3434 if (update) { in do_trimming()
/fs/lockd/
Dsvcshare.c37 goto update; in nlmsvc_share_file()
59 update: in nlmsvc_share_file()
/fs/unicode/
DREADME.utf8data39 To update to the newer version of the Unicode standard, the latest
54 Unicode Character Database, please update this README.utf8data file
/fs/nfs/
Ddelegation.c401 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()
Ddns_resolve.c378 .update = nfs_dns_ent_update,
/fs/afs/
Dvolume.c376 goto update; in afs_check_volume_status()
380 update: in afs_check_volume_status()
Dserver.c683 goto update; in afs_check_server_record()
687 update: in afs_check_server_record()
/fs/ext4/
Dfast_commit.c323 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()
Dextents.c5058 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/
Ddir.c284 if (!ops->update) in adfs_dir_update()
292 ret = ops->update(&dir, obj); in adfs_dir_update()
Dadfs.h131 int (*update)(struct adfs_dir *dir, struct object_info *obj); member
Ddir_f.c322 .update = adfs_f_update,
Ddir_fplus.c285 .update = adfs_fplus_update,
/fs/ceph/
Dinode.c340 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/
Dnfs4idmap.c200 .update = ent_init,
370 .update = ent_init,
Dexport.c268 .update = expkey_update,
794 .update = export_update,
Dnfs4state.c3087 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/
DREADME57 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/
Ddebug.c154 si->update = sbi->im[UPDATE_INO].ino_num; in update_general_status()
388 si->orphans, si->append, si->update); in stat_show()
Dnode.c2262 nid_t nid, bool build, bool update) in add_free_nid() argument
2322 if (update) { in add_free_nid()
/fs/affs/
DChanges171 - getblock() didn't update the lastblock field in the
/fs/ocfs2/
Ddlmglue.c2444 goto update; in ocfs2_inode_lock_full_nested()
2473 update: in ocfs2_inode_lock_full_nested()
/fs/nls/
DKconfig432 Portuguese, Spanish, and Swedish. Latin 9 is an update to

12