/fs/ntfs/ |
D | sysctl.h | 16 extern int ntfs_sysctl(int add); 21 static inline int ntfs_sysctl(int add) in ntfs_sysctl() argument
|
D | sysctl.c | 53 int ntfs_sysctl(int add) in ntfs_sysctl() argument 55 if (add) { in ntfs_sysctl()
|
/fs/ext4/ |
D | resize.c | 1731 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/ |
D | fsntfs.c | 1469 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 …]
|
D | xattr.c | 315 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()
|
D | fslog.c | 817 u32 add, u32 free_goal) in extend_rsttbl() argument 824 rt = init_rsttbl(esize, used + add); in extend_rsttbl()
|
/fs/udf/ |
D | inode.c | 493 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()
|
D | namei.c | 383 goto add; in udf_add_entry() 430 add: in udf_add_entry()
|
/fs/jbd2/ |
D | Kconfig | 10 the ext4 and OCFS2 filesystems, but it could also be used to add
|
/fs/notify/inotify/ |
D | inotify_user.c | 522 int add = (arg & IN_MASK_ADD); in inotify_update_existing_watch() local 540 if (add) in inotify_update_existing_watch()
|
/fs/reiserfs/ |
D | Kconfig | 28 If you like it, you can pay us to add new features to it that you
|
D | README | 11 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/ |
D | nfs42xattr.c | 427 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/ |
D | Kconfig | 283 This option alone does not add any kernel code. 328 This option alone does not add any kernel code.
|
/fs/ubifs/ |
D | debug.c | 1717 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/ |
D | smb2ops.c | 67 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/ |
D | f2fs.h | 3046 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/ |
D | Changes | 46 - add module tags
|
/fs/btrfs/ |
D | sysfs.c | 1120 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/ |
D | hostfs_kern.c | 48 static int __init hostfs_args(char *options, int *add) in hostfs_args() argument
|
/fs/nls/ |
D | Kconfig | 87 much of Europe -- United Kingdom, Germany, Spain, Italy, and [add 466 much of Europe -- United Kingdom, Germany, Spain, Italy, and [add
|
/fs/befs/ |
D | ChangeLog | 197 * Removed all the Read-Write stuff. I'll redo it when it is time to add
|
/fs/quota/ |
D | dquot.c | 1359 goto add; in dquot_add_inodes() 1386 add: in dquot_add_inodes()
|
/fs/ksmbd/ |
D | transport_rdma.c | 2178 .add = smb_direct_ib_client_add,
|