Home
last modified time | relevance | path

Searched defs:maxlen (Results 1 – 15 of 15) sorted by relevance

/fs/xfs/
Dxfs_rtalloc.c226 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_block()
346 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_exact()
425 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_near()
627 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent_size()
1144 xfs_extlen_t maxlen, /* maximum length to allocate */ in xfs_rtallocate_extent()
/fs/romfs/
Dstorage.c37 unsigned long pos, size_t maxlen) in romfs_mtd_strnlen()
238 unsigned long pos, size_t maxlen) in romfs_dev_strnlen()
/fs/cifs/
Dcifs_unicode.c348 cifs_strndup_from_utf16(const char *src, const int maxlen, in cifs_strndup_from_utf16()
617 cifs_strndup_to_utf16(const char *src, const int maxlen, int *utf16_len, in cifs_strndup_to_utf16()
Dcifs_unicode.h194 UniStrnlen(const wchar_t *ucs1, int maxlen) in UniStrnlen()
/fs/befs/
Dlinuxvfs.c519 int maxlen = in_len + 1; in befs_utf2nls() local
597 int maxlen = (3 * in_len) + 1; in befs_nls2utf() local
/fs/xfs/libxfs/
Dxfs_alloc.h61 xfs_extlen_t maxlen; /* maximum size of extent */ member
/fs/nfsd/
Dblocklayout.c227 size_t bufflen = 252, maxlen = 65532, len, id_len; in nfsd4_scsi_identify_device() local
/fs/sysv/
Ddir.c111 static inline int namecompare(int len, int maxlen, in namecompare()
/fs/nfs/
Dcallback_xdr.c77 const char **str, size_t maxlen) in decode_string()
870 long maxlen; in process_op() local
/fs/btrfs/
Ddiscard.c451 u64 maxlen = 0; in btrfs_discard_workfn() local
Dfree-space-cache.c3619 u64 maxlen, bool async) in trim_bitmaps()
3816 u64 maxlen, bool async) in btrfs_trim_block_group_bitmaps()
/fs/minix/
Ddir.c135 static inline int namecompare(int len, int maxlen, in namecompare()
/fs/affs/
Dnamei.c320 int i, maxlen, error; in affs_symlink() local
/fs/reiserfs/
Dinode.c1733 int maxlen = *lenp; in reiserfs_encode_fh() local
/fs/proc/
Dbase.c1669 const size_t maxlen = sizeof(buffer) - 1; in comm_write() local