/fs/nls/ |
D | nls_euc-jp.c | 17 #define IS_SJIS_LOW_BYTE(l) ((0x40 <= (l)) && ((l) <= 0xFC) && ((l) != 0x7F)) argument 19 #define IS_SJIS_JISX0208(h, l) ((((0x81 <= (h)) && ((h) <= 0x9F)) \ argument 23 #define IS_SJIS_UDC_LOW(h, l) (((0xF0 <= (h)) && ((h) <= 0xF4)) \ argument 25 #define IS_SJIS_UDC_HI(h, l) (((0xF5 <= (h)) && ((h) <= 0xF9)) \ argument 27 #define IS_SJIS_IBM(h, l) (((0xFA <= (h)) && ((h) <= 0xFC)) \ argument 29 #define IS_SJIS_NECIBM(h, l) (((0xED <= (h)) && ((h) <= 0xEE)) \ argument 44 #define IS_EUC_JISX0208(h, l) (IS_EUC_BYTE(h) && IS_EUC_BYTE(l)) argument 45 #define IS_EUC_JISX0201KANA(h, l) (((h) == SS2) && (0xA1 <= (l) && (l) <= 0xDF)) argument 46 #define IS_EUC_UDC_LOW(h, l) (((0xF5 <= (h)) && ((h) <= 0xFE)) \ argument 48 #define IS_EUC_UDC_HI(h, l) IS_EUC_UDC_LOW(h, l) /* G3 block */ argument [all …]
|
D | nls_base.c | 57 unsigned long l; in utf8_to_utf32() local 88 unsigned long l; in utf32_to_utf8() local
|
/fs/xfs/ |
D | xfs_rtalloc.h | 139 # define xfs_rtallocate_extent(t,b,min,max,l,f,p,rb) (ENOSYS) argument 140 # define xfs_rtfree_extent(t,b,l) (ENOSYS) argument 141 # define xfs_rtpick_extent(m,t,l,rb) (ENOSYS) argument 143 # define xfs_rtalloc_query_range(t,l,h,f,p) (ENOSYS) argument 147 # define xfs_rtalloc_extent_is_free(m,t,s,l,i) (ENOSYS) argument
|
/fs/ceph/ |
D | ioctl.c | 20 struct ceph_ioctl_layout l; in ceph_ioctl_get_layout() local 38 struct ceph_ioctl_layout *l) in __validate_layout() 69 struct ceph_ioctl_layout l; in ceph_ioctl_set_layout() local 140 struct ceph_ioctl_layout l; in ceph_ioctl_set_layout_policy() local
|
D | locks.c | 421 int l = 0; in ceph_encode_locks_to_buffer() local
|
/fs/btrfs/ |
D | check-integrity.c | 423 static void btrfsic_block_link_init(struct btrfsic_block_link *l) in btrfsic_block_link_init() 436 struct btrfsic_block_link *l; in btrfsic_block_link_alloc() local 445 static void btrfsic_block_link_free(struct btrfsic_block_link *l) in btrfsic_block_link_free() 535 struct btrfsic_block_link *l, in btrfsic_block_link_hashtable_add() 550 static void btrfsic_block_link_hashtable_remove(struct btrfsic_block_link *l) in btrfsic_block_link_hashtable_remove() 568 struct btrfsic_block_link *l; in btrfsic_block_link_hashtable_lookup() local 702 struct btrfsic_block_link *l; in btrfsic_process_superblock() local 873 struct btrfsic_block_link *l; in btrfsic_process_superblock_dev_mirror() local 1233 struct btrfsic_block_link *l; in btrfsic_create_link_to_next_block() local 1371 struct btrfsic_block_link *l; in btrfsic_handle_extent_data() local [all …]
|
D | print-tree.c | 168 static void print_uuid_item(struct extent_buffer *l, unsigned long offset, in print_uuid_item() 206 void btrfs_print_leaf(struct extent_buffer *l) in btrfs_print_leaf()
|
D | root-tree.c | 69 struct extent_buffer *l; in btrfs_find_root() local 124 struct extent_buffer *l; in btrfs_update_root() local
|
D | scrub.c | 2177 u64 l = min_t(u64, len, PAGE_SIZE); in scrub_pages() local 2435 u64 l = min_t(u64, len, blocksize); in scrub_extent() local 2484 u64 l = min_t(u64, len, PAGE_SIZE); in scrub_pages_for_parity() local 2566 u64 l = min_t(u64, len, blocksize); in scrub_extent_for_parity() local 2765 struct extent_buffer *l; in scrub_raid56_parity() local 2991 struct extent_buffer *l; in scrub_stripe() local 3429 struct extent_buffer *l; in scrub_enumerate_chunks() local
|
/fs/nfsd/ |
D | filecache.c | 359 struct nfsd_fcache_disposal *l) in nfsd_file_list_remove_disposal() 369 struct nfsd_fcache_disposal *l; in nfsd_file_list_add_disposal() local 576 struct nfsd_fcache_disposal *l = container_of(work, in nfsd_file_delayed_close() local 755 struct nfsd_fcache_disposal *l; in nfsd_alloc_fcache_disposal() local 768 nfsd_free_fcache_disposal(struct nfsd_fcache_disposal *l) in nfsd_free_fcache_disposal() 777 nfsd_add_fcache_disposal(struct nfsd_fcache_disposal *l) in nfsd_add_fcache_disposal() 785 nfsd_del_fcache_disposal(struct nfsd_fcache_disposal *l) in nfsd_del_fcache_disposal() 795 struct nfsd_fcache_disposal *l; in nfsd_alloc_fcache_disposal_net() local 807 struct nfsd_fcache_disposal *l; in nfsd_free_fcache_disposal_net() local
|
/fs/hfsplus/ |
D | bnode.c | 25 int l; in hfs_bnode_read() local 78 int l; in hfs_bnode_write() local 108 int l; in hfs_bnode_clear() local 131 int l; in hfs_bnode_copy() local 188 int l; in hfs_bnode_move() local
|
D | unicode.c | 312 int l, v, t; in hfsplus_try_decompose_hangul() local
|
/fs/unicode/ |
D | mkutf8data.c | 1374 static int nfdi_equal(void *l, void *r) in nfdi_equal() 1391 static int nfdicf_equal(void *l, void *r) in nfdicf_equal() 1415 static void nfdi_print(void *l, int indent) in nfdi_print() 1430 static void nfdicf_print(void *l, int indent) in nfdicf_print() 1446 static int nfdi_mark(void *l) in nfdi_mark() 1451 static int nfdicf_mark(void *l) in nfdicf_mark() 1460 static int correction_mark(void *l) in correction_mark() 1467 static int nfdi_size(void *l) in nfdi_size() 1479 static int nfdicf_size(void *l) in nfdicf_size() 1493 static int *nfdi_index(struct tree *tree, void *l) in nfdi_index() [all …]
|
/fs/hpfs/ |
D | dentry.c | 20 unsigned l = qstr->len; in hpfs_hash_dentry() local
|
D | anode.c | 344 unsigned l; in hpfs_ea_read() local 367 unsigned l; in hpfs_ea_write() local
|
D | name.c | 79 unsigned l = l1 < l2 ? l1 : l2; in hpfs_compare_names() local
|
/fs/9p/ |
D | fid.c | 106 int i, n, l, clone, access; in v9fs_fid_lookup_with_uid() local
|
/fs/ntfs/ |
D | runlist.c | 1072 s64 l = n; in ntfs_get_nr_significant_bytes() local 1241 s64 l = n; in ntfs_write_significant_bytes() local
|
/fs/ufs/ |
D | namei.c | 112 unsigned l = strlen(symname)+1; in ufs_symlink() local
|
/fs/sysv/ |
D | namei.c | 72 int l = strlen(symname)+1; in sysv_symlink() local
|
/fs/ramfs/ |
D | inode.c | 138 int l = strlen(symname)+1; in ramfs_symlink() local
|
/fs/udf/ |
D | partition.c | 158 int i, j, k, l; in udf_relocate_blocks() local
|
/fs/cifs/ |
D | dfs_cache.c | 137 struct hlist_head *l = &cache_htable[i]; in flush_cache_ents() local 161 struct hlist_head *l = &cache_htable[i]; in dfscache_proc_show() local 446 struct hlist_head *l = &cache_htable[i]; in remove_oldest_entry() local
|
/fs/ext2/ |
D | namei.c | 159 unsigned l = strlen(symname)+1; in ext2_symlink() local
|
/fs/nilfs2/ |
D | namei.c | 132 unsigned int l = strlen(symname) + 1; in nilfs_symlink() local
|