Home
last modified time | relevance | path

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

/fs/ext4/
A Dresize.c1802 o_blocks_count + add); in ext4_group_extend_no_check()
1809 o_blocks_count + add); in ext4_group_extend_no_check()
1840 ext4_grpblk_t add; in ext4_group_extend() local
1874 add = EXT4_BLOCKS_PER_GROUP(sb) - last; in ext4_group_extend()
1881 if (o_blocks_count + add > n_blocks_count) in ext4_group_extend()
1882 add = n_blocks_count - o_blocks_count; in ext4_group_extend()
1884 if (o_blocks_count + add < n_blocks_count) in ext4_group_extend()
1886 o_blocks_count + add, add); in ext4_group_extend()
2004 ext4_grpblk_t add, offset; in ext4_resize_fs() local
2126 add = n_blocks_count - o_blocks_count; in ext4_resize_fs()
[all …]
/fs/ntfs3/
A Dfsntfs.c1528 if (bio_add_page(bio, page, add, off) < add) in ntfs_bio_pages()
1531 if (bytes <= add) in ntfs_bio_pages()
1533 bytes -= add; in ntfs_bio_pages()
1534 vbo += add; in ntfs_bio_pages()
1545 if (len <= add) in ntfs_bio_pages()
1547 len -= add; in ntfs_bio_pages()
1548 lbo += add; in ntfs_bio_pages()
1624 if (bio_add_page(bio, fill, add, 0) < add) in ntfs_bio_fill_1()
1627 lbo += add; in ntfs_bio_fill_1()
1628 if (len <= add) in ntfs_bio_fill_1()
[all …]
A Dxattr.c325 size_t add, new_pack; in ntfs_set_ea() local
345 add = ALIGN(struct_size(ea_all, name, 1 + name_len + val_size), 4); in ntfs_set_ea()
347 err = ntfs_read_ea(ni, &ea_all, add, &info); in ntfs_set_ea()
405 ea_all = kzalloc(add, GFP_NOFS); in ntfs_set_ea()
415 new_ea->size = cpu_to_le32(add); in ntfs_set_ea()
425 size += add; in ntfs_set_ea()
A Dfslog.c838 u32 add, u32 free_goal) in extend_rsttbl() argument
845 rt = init_rsttbl(esize, used + add); in extend_rsttbl()
/fs/udf/
A Dinode.c515 uint32_t add; in udf_do_extend_file() local
538 add = 0; in udf_do_extend_file()
544 if (add > new_block_bytes) in udf_do_extend_file()
545 add = new_block_bytes; in udf_do_extend_file()
546 new_block_bytes -= add; in udf_do_extend_file()
547 last_ext->extLength += add; in udf_do_extend_file()
576 iinfo->i_lenExtents += add; in udf_do_extend_file()
585 add = (1 << 30) - sb->s_blocksize; in udf_do_extend_file()
589 while (new_block_bytes > add) { in udf_do_extend_file()
590 new_block_bytes -= add; in udf_do_extend_file()
[all …]
/fs/netfs/
A Dbuffered_write.c60 blkcnt_t add; in netfs_update_i_size() local
82 add = DIV_ROUND_UP(copied - gap, SECTOR_SIZE); in netfs_update_i_size()
86 inode->i_blocks + add); in netfs_update_i_size()
/fs/jbd2/
A DKconfig8 the ext4 and OCFS2 filesystems, but it could also be used to add
/fs/bcachefs/
A Dreflink.c374 int add = !(flags & BTREE_TRIGGER_overwrite) ? 1 : -1; in gc_trigger_reflink_p_segment() local
387 BUG_ON((s64) r->refcount + add < 0); in gc_trigger_reflink_p_segment()
390 r->refcount += add; in gc_trigger_reflink_p_segment()
/fs/btrfs/
A Ddefrag.c1035 goto add; in defrag_collect_targets()
1055 goto add; in defrag_collect_targets()
1074 add: in defrag_collect_targets()
A Dsysfs.c1657 static int addrm_unknown_feature_attrs(struct btrfs_fs_info *fs_info, bool add) in addrm_unknown_feature_attrs() argument
1683 if (add) { in addrm_unknown_feature_attrs()
/fs/nfs/
A Dnfs42xattr.c426 nfs4_xattr_get_cache(struct inode *inode, int add) in nfs4_xattr_get_cache() argument
447 if (add && cache == NULL) { in nfs4_xattr_get_cache()
/fs/
A DKconfig304 This option alone does not add any kernel code.
349 This option alone does not add any kernel code.
/fs/ubifs/
A Ddebug.c1720 int add; in add_size() local
1722 add = ubifs_idx_node_sz(c, znode->child_cnt); in add_size()
1723 add = ALIGN(add, 8); in add_size()
1724 *idx_size += add; in add_size()
/fs/hostfs/
A Dhostfs_kern.c57 static int __init hostfs_args(char *options, int *add) in hostfs_args() argument
61 *add = 0; in hostfs_args()
/fs/smb/client/
A Dsmb2ops.c74 unsigned int add = credits->value; in smb2_add_credits() local
87 *val += add; in smb2_add_credits()
96 add, server->in_flight); in smb2_add_credits()
140 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits()
143 add, instance); in smb2_add_credits()
148 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits()
150 optype, scredits, add); in smb2_add_credits()
180 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits()
181 cifs_dbg(FYI, "%s: added %u credits total=%d\n", __func__, add, scredits); in smb2_add_credits()
/fs/f2fs/
A Df2fs.h3238 block_t diff, bool add, bool claim) in f2fs_i_blocks_write() argument
3244 if (add) { in f2fs_i_blocks_write()
4776 u64 blocks, bool add) in f2fs_i_compr_blocks_update() argument
4782 if (!add && !atomic_read(&fi->i_compr_blocks)) in f2fs_i_compr_blocks_update()
4785 if (add) { in f2fs_i_compr_blocks_update()
/fs/affs/
A DChanges46 - add module tags
/fs/nls/
A DKconfig87 much of Europe -- United Kingdom, Germany, Spain, Italy, and [add
466 much of Europe -- United Kingdom, Germany, Spain, Italy, and [add
/fs/befs/
A DChangeLog197 * Removed all the Read-Write stuff. I'll redo it when it is time to add
/fs/quota/
A Ddquot.c1301 goto add; in dquot_add_inodes()
1328 add: in dquot_add_inodes()
/fs/smb/server/
A Dtransport_rdma.c2158 .add = smb_direct_ib_client_add,

Completed in 87 milliseconds