Home
last modified time | relevance | path

Searched refs:anchor (Results 1 – 4 of 4) sorted by relevance

/fs/jfs/
Djfs_unicode.h31 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local
34 return anchor; in UniStrcpy()
45 __le16 *anchor = ucs1; in UniStrncpy_le() local
53 return anchor; in UniStrncpy_le()
77 __le16 *anchor = ucs1; in UniStrncpy_to_le() local
85 return anchor; in UniStrncpy_to_le()
94 wchar_t *anchor = ucs1; in UniStrncpy_from_le() local
102 return anchor; in UniStrncpy_from_le()
/fs/cifs/
Dcifs_unicode.h120 __le16 *anchor = ucs1; /* save a pointer to start of ucs1 */ in UniStrcat() local
125 return anchor; in UniStrcat()
170 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local
173 return anchor; in UniStrcpy()
212 wchar_t *anchor = ucs1; /* save pointer to string 1 */ in UniStrncat() local
221 return (anchor); in UniStrncat()
260 wchar_t *anchor = ucs1; in UniStrncpy() local
268 return anchor; in UniStrncpy()
277 wchar_t *anchor = ucs1; in UniStrncpy_le() local
285 return anchor; in UniStrncpy_le()
/fs/udf/
Dsuper.c216 unsigned int anchor; member
466 uopt->anchor = 0; in udf_parse_options()
551 uopt->anchor = option; in udf_parse_options()
1775 struct anchorVolDescPtr *anchor; in udf_load_sequence() local
1779 anchor = (struct anchorVolDescPtr *)bh->b_data; in udf_load_sequence()
1782 main_s = le32_to_cpu(anchor->mainVolDescSeqExt.extLocation); in udf_load_sequence()
1783 main_e = le32_to_cpu(anchor->mainVolDescSeqExt.extLength); in udf_load_sequence()
1788 reserve_s = le32_to_cpu(anchor->reserveVolDescSeqExt.extLocation); in udf_load_sequence()
1789 reserve_e = le32_to_cpu(anchor->reserveVolDescSeqExt.extLength); in udf_load_sequence()
1989 sbi->s_anchor = uopt->anchor; in udf_load_vrs()
/fs/
Dlibfs.c188 struct list_head *anchor = &dentry->d_subdirs; in dcache_readdir() local
196 p = anchor; in dcache_readdir()