| /fs/minix/ |
| D | minix.h | 107 #define minix_test_and_set_bit(nr, addr) \ argument 109 #define minix_set_bit(nr, addr) \ argument 111 #define minix_test_and_clear_bit(nr, addr) \ argument 113 #define minix_test_bit(nr, addr) \ argument 142 #define minix_test_and_set_bit(nr, addr) \ argument 144 #define minix_set_bit(nr, addr) \ argument 146 #define minix_test_and_clear_bit(nr, addr) \ argument 149 static inline int minix_test_bit(int nr, const void *vaddr) in minix_test_bit()
|
| D | itree_common.c | 82 int nr = minix_new_block(inode); in alloc_branch() local 258 unsigned long nr; in free_data() local 272 unsigned long nr; in free_branches() local 300 block_t nr = 0; in truncate() local
|
| /fs/ocfs2/ |
| D | blockcheck.c | 107 u32 ocfs2_hamming_encode(u32 parity, void *data, unsigned int d, unsigned int nr) in ocfs2_hamming_encode() 166 void ocfs2_hamming_fix(void *data, unsigned int d, unsigned int nr, in ocfs2_hamming_fix() 483 void ocfs2_block_check_compute_bhs(struct buffer_head **bhs, int nr, in ocfs2_block_check_compute_bhs() 527 int ocfs2_block_check_validate_bhs(struct buffer_head **bhs, int nr, in ocfs2_block_check_validate_bhs() 627 struct buffer_head **bhs, int nr, in ocfs2_compute_meta_ecc_bhs() 635 struct buffer_head **bhs, int nr, in ocfs2_validate_meta_ecc_bhs()
|
| D | buffer_head_io.c | 102 unsigned int nr, struct buffer_head *bhs[]) in ocfs2_read_blocks_sync() 181 int ocfs2_read_blocks(struct ocfs2_caching_info *ci, u64 block, int nr, in ocfs2_read_blocks()
|
| /fs/ubifs/ |
| D | shrinker.c | 70 static int shrink_tnc(struct ubifs_info *c, int nr, int age, int *contention) in shrink_tnc() 156 static int shrink_tnc_trees(int nr, int age, int *contention) in shrink_tnc_trees() 294 unsigned long nr = sc->nr_to_scan; in ubifs_shrink_scan() local
|
| /fs/sysv/ |
| D | balloc.c | 42 void sysv_free_block(struct super_block * sb, sysv_zone_t nr) in sysv_free_block() 103 sysv_zone_t nr; in sysv_new_block() local
|
| D | itree.c | 53 static inline int block_to_cpu(struct sysv_sb_info *sbi, sysv_zone_t nr) in block_to_cpu() 328 sysv_zone_t nr = *p; in free_data() local 345 sysv_zone_t nr = *p; in free_branches() local 369 sysv_zone_t nr = 0; in sysv_truncate() local
|
| /fs/ |
| D | coredump.c | 312 int nr = 0; in zap_process() local 336 int nr = -EAGAIN; in zap_threads() local 785 int dump_emit(struct coredump_params *cprm, const void *addr, int nr) in dump_emit() 807 int dump_skip(struct coredump_params *cprm, size_t nr) in dump_skip()
|
| D | aio.c | 54 unsigned nr; /* number of io_events */ member 72 unsigned nr; member 705 static void aio_nr_sub(unsigned nr) in aio_nr_sub() 913 static void put_reqs_available(struct kioctx *ctx, unsigned nr) in put_reqs_available() 1204 struct io_event __user *event, long nr) in aio_read_events_ring() 1284 static bool aio_read_events(struct kioctx *ctx, long min_nr, long nr, in aio_read_events() 1301 static long read_events(struct kioctx *ctx, long min_nr, long nr, in read_events() 1612 long do_io_submit(aio_context_t ctx_id, long nr, in do_io_submit() 1677 SYSCALL_DEFINE3(io_submit, aio_context_t, ctx_id, long, nr, in SYSCALL_DEFINE3() argument 1768 long, nr, in SYSCALL_DEFINE5() argument
|
| D | file.c | 60 #define BITBIT_NR(nr) BITS_TO_LONGS(BITS_TO_LONGS(nr)) argument 61 #define BITBIT_SIZE(nr) (BITBIT_NR(nr) * sizeof(long)) argument 104 static struct fdtable * alloc_fdtable(unsigned int nr) in alloc_fdtable() 166 static int expand_fdtable(struct files_struct *files, unsigned int nr) in expand_fdtable() 211 static int expand_files(struct files_struct *files, unsigned int nr) in expand_files()
|
| /fs/reiserfs/ |
| D | lbalance.c | 315 int nr, free_space; in leaf_copy_items_entirely() local 907 int nr, free_space; in leaf_insert_into_buf() local 983 int nr, free_space; in leaf_paste_in_buffer() local 1148 int nr; in leaf_cut_from_buffer() local 1244 int nr; in leaf_delete_items_entirely() local
|
| D | ibalance.c | 133 int nr; in internal_insert_childs() local 210 int nr; in internal_delete_pointers_items() local 435 int nr; in internal_insert_key() local 571 int nr; in internal_shift_right() local
|
| D | prints.c | 461 int i, nr; in print_leaf() local 713 int nr; in check_leaf_block_head() local
|
| /fs/nilfs2/ |
| D | alloc.c | 91 static unsigned long nilfs_palloc_group(const struct inode *inode, __u64 nr, in nilfs_palloc_group() 175 nilfs_palloc_entry_blkoff(const struct inode *inode, __u64 nr) in nilfs_palloc_entry_blkoff() 322 int nilfs_palloc_get_entry_block(struct inode *inode, __u64 nr, in nilfs_palloc_get_entry_block() 338 static int nilfs_palloc_delete_entry_block(struct inode *inode, __u64 nr) in nilfs_palloc_delete_entry_block() 370 void *nilfs_palloc_block_get_entry(const struct inode *inode, __u64 nr, in nilfs_palloc_block_get_entry()
|
| /fs/btrfs/ |
| D | print-tree.c | 167 u32 type, nr; in btrfs_print_leaf() local 319 int i; u32 nr; in btrfs_print_tree() local
|
| D | struct-funcs.c | 137 struct btrfs_disk_key *disk_key, int nr) in btrfs_node_key()
|
| D | ctree.h | 1605 int nr) in btrfs_stripe_nr() 1613 static inline char *btrfs_stripe_dev_uuid_nr(struct btrfs_chunk *c, int nr) in btrfs_stripe_dev_uuid_nr() 1619 struct btrfs_chunk *c, int nr) in btrfs_stripe_offset_nr() 1625 struct btrfs_chunk *c, int nr) in btrfs_stripe_devid_nr() 1781 static inline u64 btrfs_node_blockptr(struct extent_buffer *eb, int nr) in btrfs_node_blockptr() 1790 int nr, u64 val) in btrfs_set_node_blockptr() 1798 static inline u64 btrfs_node_ptr_generation(struct extent_buffer *eb, int nr) in btrfs_node_ptr_generation() 1807 int nr, u64 val) in btrfs_set_node_ptr_generation() 1815 static inline unsigned long btrfs_node_key_ptr_offset(int nr) in btrfs_node_key_ptr_offset() 1825 struct btrfs_disk_key *disk_key, int nr) in btrfs_set_node_key() [all …]
|
| D | free-space-tree.c | 188 int done = 0, nr; in convert_free_space_to_bitmaps() local 329 int done = 0, nr; in convert_free_space_to_extents() local 1208 int nr; in clear_free_space_tree() local 1352 int done = 0, nr; in remove_block_group_free_space() local
|
| /fs/ext4/ |
| D | indirect.c | 905 ext4_fsblk_t nr; /* Current block # */ in ext4_free_data() local 985 ext4_fsblk_t nr; in ext4_free_branches() local 1101 __le32 nr = 0; in ext4_ind_truncate() local 1215 __le32 nr = 0, nr2 = 0; in ext4_ind_remove_space() local
|
| /fs/xfs/ |
| D | xfs_bmap_item.h | 72 unsigned int nr) in xfs_bui_log_item_sizeof()
|
| D | xfs_rmap_item.h | 75 unsigned int nr) in xfs_rui_log_item_sizeof()
|
| D | xfs_refcount_item.h | 74 unsigned int nr) in xfs_cui_log_item_sizeof()
|
| /fs/f2fs/ |
| D | shrinker.c | 81 unsigned long nr = sc->nr_to_scan; in f2fs_shrink_scan() local
|
| /fs/hpfs/ |
| D | alloc.c | 119 unsigned nr = (near & 0x3fff) & ~(n - 1); in alloc_in_bmp() local 278 unsigned nr = near; in alloc_in_dirband() local
|
| /fs/ramfs/ |
| D | file-nommu.c | 209 unsigned long maxpages, lpages, nr, loop, ret; in ramfs_nommu_get_unmapped_area() local
|