/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 | 49 long l; in utf8_mbtowc() local 108 long l; in utf8_wctomb() local
|
/fs/ |
D | mbcache.c | 203 struct list_head *l, *ltmp; in mb_cache_shrink_fn() local 328 struct list_head *l, *ltmp; in mb_cache_shrink() local 358 struct list_head *l, *ltmp; in mb_cache_destroy() local 440 struct list_head *l; in mb_cache_entry_insert() local 513 struct list_head *l; in mb_cache_entry_get() local 556 __mb_cache_entry_find(struct list_head *l, struct list_head *head, in __mb_cache_entry_find() 614 struct list_head *l; in mb_cache_entry_find_first() local 652 struct list_head *l; in mb_cache_entry_find_next() local
|
D | locks.c | 311 struct flock *l) in flock_to_posix_lock() 361 struct flock64 *l) in flock64_to_posix_lock() 1666 int fcntl_getlk(struct file *filp, struct flock __user *l) in fcntl_getlk() 1770 struct flock __user *l) in fcntl_setlk() 1851 int fcntl_getlk64(struct file *filp, struct flock64 __user *l) in fcntl_getlk64() 1888 struct flock64 __user *l) in fcntl_setlk64()
|
/fs/btrfs/ |
D | inode-map.c | 27 struct extent_buffer *l; in btrfs_find_highest_inode() local 69 struct extent_buffer *l; in btrfs_find_free_objectid() local
|
D | root-tree.c | 82 struct extent_buffer *l; in btrfs_find_last_root() local 122 struct extent_buffer *l; in btrfs_update_root() local
|
D | print-tree.c | 48 void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l) in btrfs_print_leaf()
|
/fs/hpfs/ |
D | name.c | 26 int l = strlen(text_postfix[i]); in hpfs_decide_conv() local 32 int l = strlen(text_prefix[i]); in hpfs_decide_conv() local 109 unsigned l = l1 < l2 ? l1 : l2; in hpfs_compare_names() local
|
D | dentry.c | 19 unsigned l = qstr->len; in hpfs_hash_dentry() local
|
D | anode.c | 338 unsigned l; in hpfs_ea_read() local 361 unsigned l; in hpfs_ea_write() local
|
/fs/hfsplus/ |
D | bnode.c | 24 int l; in hfs_bnode_read() local 76 int l; in hfs_bnode_write() local 106 int l; in hfs_bnode_clear() local 130 int l; in hfs_bnode_copy() local 188 int l; in hfs_bnode_move() local
|
/fs/xfs/ |
D | xfs_rtalloc.h | 143 # define xfs_rtallocate_extent(t,b,min,max,l,a,f,p,rb) (ENOSYS) argument 144 # define xfs_rtfree_extent(t,b,l) (ENOSYS) argument 145 # define xfs_rtpick_extent(m,t,l,rb) (ENOSYS) argument
|
D | xfs_alloc.c | 63 #define TRACE_BUSY(__func__,s,ag,agb,l,sl,tp) \ argument 67 #define TRACE_BUSYSEARCH(__func__,s,ag,agb,l,tp) \ argument 73 #define TRACE_BUSY(s,a,ag,agb,l,sl,tp) argument 75 #define TRACE_BUSYSEARCH(fname,s,ag,agb,l,tp) argument
|
D | xfs_attr_sf.h | 107 #define xfs_attr_trace_l_cl(w,c,l) argument
|
/fs/partitions/ |
D | mac.c | 98 int i, l; in mac_partition() local
|
D | msdos.c | 251 struct bsd_disklabel *l; in parse_bsd() local 331 struct unixware_disklabel *l; in parse_unixware() local
|
/fs/xfs/quota/ |
D | xfs_dquot_item.c | 168 xfs_dq_logitem_t *l, in xfs_qm_dquot_logitem_committed() 381 xfs_dq_logitem_t *l, in xfs_qm_dquot_logitem_committing()
|
/fs/9p/ |
D | fid.c | 111 int i, n, l, clone, any, access; in v9fs_fid_lookup() local
|
/fs/udf/ |
D | udftime.c | 60 #define SPY(y, l, s) (SPD * (365 * y + l) + s) argument
|
D | partition.c | 159 int i, j, k, l; in udf_relocate_blocks() local
|
/fs/ramfs/ |
D | inode.c | 132 int l = strlen(symname)+1; in ramfs_symlink() local
|
/fs/ntfs/ |
D | runlist.c | 1086 s64 l = n; in ntfs_get_nr_significant_bytes() local 1255 s64 l = n; in ntfs_write_significant_bytes() local
|
/fs/ufs/ |
D | namei.c | 128 unsigned l = strlen(symname)+1; in ufs_symlink() local
|
/fs/sysv/ |
D | namei.c | 92 int l = strlen(symname)+1; in sysv_symlink() local
|
/fs/ext2/ |
D | namei.c | 140 unsigned l = strlen(symname)+1; in ext2_symlink() local
|