Home
last modified time | relevance | path

Searched refs:add (Results 1 – 24 of 24) sorted by relevance

/fs/ntfs/
Dsysctl.h16 extern int ntfs_sysctl(int add);
21 static inline int ntfs_sysctl(int add) in ntfs_sysctl() argument
Dsysctl.c53 int ntfs_sysctl(int add) in ntfs_sysctl() argument
55 if (add) { in ntfs_sysctl()
/fs/ext4/
Dresize.c1731 ext4_fsblk_t o_blocks_count, ext4_grpblk_t add) in ext4_group_extend_no_check() argument
1756 ext4_blocks_count_set(es, o_blocks_count + add); in ext4_group_extend_no_check()
1757 ext4_free_blocks_count_set(es, ext4_free_blocks_count(es) + add); in ext4_group_extend_no_check()
1761 o_blocks_count + add); in ext4_group_extend_no_check()
1763 err = ext4_group_add_blocks(handle, sb, o_blocks_count, add); in ext4_group_extend_no_check()
1768 o_blocks_count + add); in ext4_group_extend_no_check()
1799 ext4_grpblk_t add; in ext4_group_extend() local
1834 add = EXT4_BLOCKS_PER_GROUP(sb) - last; in ext4_group_extend()
1836 if (o_blocks_count + add < o_blocks_count) { in ext4_group_extend()
1841 if (o_blocks_count + add > n_blocks_count) in ext4_group_extend()
[all …]
/fs/ntfs3/
Dfsntfs.c1469 u32 add, off, page_idx; in ntfs_bio_pages() local
1513 add = off + len > PAGE_SIZE ? (PAGE_SIZE - off) : len; in ntfs_bio_pages()
1515 if (bio_add_page(bio, page, add, off) < add) in ntfs_bio_pages()
1518 if (bytes <= add) in ntfs_bio_pages()
1520 bytes -= add; in ntfs_bio_pages()
1521 vbo += add; in ntfs_bio_pages()
1523 if (add + off == PAGE_SIZE) { in ntfs_bio_pages()
1532 if (len <= add) in ntfs_bio_pages()
1534 len -= add; in ntfs_bio_pages()
1535 lbo += add; in ntfs_bio_pages()
[all …]
Dxattr.c315 size_t add, new_pack; in ntfs_set_ea() local
334 add = ALIGN(struct_size(ea_all, name, 1 + name_len + val_size), 4); in ntfs_set_ea()
336 err = ntfs_read_ea(ni, &ea_all, add, &info); in ntfs_set_ea()
394 ea_all = kzalloc(add, GFP_NOFS); in ntfs_set_ea()
404 new_ea->size = cpu_to_le32(add); in ntfs_set_ea()
414 size += add; in ntfs_set_ea()
Dfslog.c817 u32 add, u32 free_goal) in extend_rsttbl() argument
824 rt = init_rsttbl(esize, used + add); in extend_rsttbl()
/fs/udf/
Dinode.c493 uint32_t add; in udf_do_extend_file() local
519 add = (1 << 30) - sb->s_blocksize - in udf_do_extend_file()
521 if (add > new_block_bytes) in udf_do_extend_file()
522 add = new_block_bytes; in udf_do_extend_file()
523 new_block_bytes -= add; in udf_do_extend_file()
524 last_ext->extLength += add; in udf_do_extend_file()
556 add = (1 << 30) - sb->s_blocksize; in udf_do_extend_file()
557 last_ext->extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | add; in udf_do_extend_file()
560 while (new_block_bytes > add) { in udf_do_extend_file()
561 new_block_bytes -= add; in udf_do_extend_file()
Dnamei.c383 goto add; in udf_add_entry()
430 add: in udf_add_entry()
/fs/jbd2/
DKconfig10 the ext4 and OCFS2 filesystems, but it could also be used to add
/fs/notify/inotify/
Dinotify_user.c522 int add = (arg & IN_MASK_ADD); in inotify_update_existing_watch() local
540 if (add) in inotify_update_existing_watch()
/fs/reiserfs/
DKconfig28 If you like it, you can pay us to add new features to it that you
DREADME11 other licenses. If you add your code to governed files, and don't
75 decentralized internet development, and add value through your branded
/fs/nfs/
Dnfs42xattr.c427 nfs4_xattr_get_cache(struct inode *inode, int add) in nfs4_xattr_get_cache() argument
448 if (add && cache == NULL) { in nfs4_xattr_get_cache()
/fs/
DKconfig283 This option alone does not add any kernel code.
328 This option alone does not add any kernel code.
/fs/ubifs/
Ddebug.c1717 int add; in add_size() local
1719 add = ubifs_idx_node_sz(c, znode->child_cnt); in add_size()
1720 add = ALIGN(add, 8); in add_size()
1721 *idx_size += add; in add_size()
/fs/cifs/
Dsmb2ops.c67 unsigned int add = credits->value; in smb2_add_credits() local
80 *val += add; in smb2_add_credits()
111 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits()
114 add, instance); in smb2_add_credits()
119 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits()
121 optype, scredits, add); in smb2_add_credits()
147 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits()
148 cifs_dbg(FYI, "%s: added %u credits total=%d\n", __func__, add, scredits); in smb2_add_credits()
/fs/f2fs/
Df2fs.h3046 block_t diff, bool add, bool claim) in f2fs_i_blocks_write() argument
3052 if (add) { in f2fs_i_blocks_write()
4484 u64 blocks, bool add) in f2fs_i_compr_blocks_update() argument
4490 if (!add && !atomic_read(&fi->i_compr_blocks)) in f2fs_i_compr_blocks_update()
4493 if (add) { in f2fs_i_compr_blocks_update()
/fs/affs/
DChanges46 - add module tags
/fs/btrfs/
Dsysfs.c1120 static int addrm_unknown_feature_attrs(struct btrfs_fs_info *fs_info, bool add) in addrm_unknown_feature_attrs() argument
1146 if (add) { in addrm_unknown_feature_attrs()
/fs/hostfs/
Dhostfs_kern.c48 static int __init hostfs_args(char *options, int *add) in hostfs_args() argument
/fs/nls/
DKconfig87 much of Europe -- United Kingdom, Germany, Spain, Italy, and [add
466 much of Europe -- United Kingdom, Germany, Spain, Italy, and [add
/fs/befs/
DChangeLog197 * Removed all the Read-Write stuff. I'll redo it when it is time to add
/fs/quota/
Ddquot.c1359 goto add; in dquot_add_inodes()
1386 add: in dquot_add_inodes()
/fs/ksmbd/
Dtransport_rdma.c2178 .add = smb_direct_ib_client_add,