Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 65) sorted by relevance

123

/fs/nls/
Dnls_euc-jp.c17 #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 …]
Dnls_base.c49 long l; in utf8_mbtowc() local
108 long l; in utf8_wctomb() local
/fs/
Dmbcache.c203 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
Dlocks.c311 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/
Dinode-map.c27 struct extent_buffer *l; in btrfs_find_highest_inode() local
69 struct extent_buffer *l; in btrfs_find_free_objectid() local
Droot-tree.c82 struct extent_buffer *l; in btrfs_find_last_root() local
122 struct extent_buffer *l; in btrfs_update_root() local
Dprint-tree.c48 void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l) in btrfs_print_leaf()
/fs/hpfs/
Dname.c26 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
Ddentry.c19 unsigned l = qstr->len; in hpfs_hash_dentry() local
Danode.c338 unsigned l; in hpfs_ea_read() local
361 unsigned l; in hpfs_ea_write() local
/fs/hfsplus/
Dbnode.c24 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/
Dxfs_rtalloc.h143 # 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
Dxfs_alloc.c63 #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
Dxfs_attr_sf.h107 #define xfs_attr_trace_l_cl(w,c,l) argument
/fs/partitions/
Dmac.c98 int i, l; in mac_partition() local
Dmsdos.c251 struct bsd_disklabel *l; in parse_bsd() local
331 struct unixware_disklabel *l; in parse_unixware() local
/fs/xfs/quota/
Dxfs_dquot_item.c168 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/
Dfid.c111 int i, n, l, clone, any, access; in v9fs_fid_lookup() local
/fs/udf/
Dudftime.c60 #define SPY(y, l, s) (SPD * (365 * y + l) + s) argument
Dpartition.c159 int i, j, k, l; in udf_relocate_blocks() local
/fs/ramfs/
Dinode.c132 int l = strlen(symname)+1; in ramfs_symlink() local
/fs/ntfs/
Drunlist.c1086 s64 l = n; in ntfs_get_nr_significant_bytes() local
1255 s64 l = n; in ntfs_write_significant_bytes() local
/fs/ufs/
Dnamei.c128 unsigned l = strlen(symname)+1; in ufs_symlink() local
/fs/sysv/
Dnamei.c92 int l = strlen(symname)+1; in sysv_symlink() local
/fs/ext2/
Dnamei.c140 unsigned l = strlen(symname)+1; in ext2_symlink() local

123