Searched refs:lc (Results 1 – 5 of 5) sorted by relevance
22 char lc; in affs_symlink_readpage() local33 lc = 0; in affs_symlink_readpage()48 lc = '/'; in affs_symlink_readpage()51 if (c == '/' && lc == '/' && i < 1020) { /* parent dir */ in affs_symlink_readpage()56 lc = c; in affs_symlink_readpage()
334 char c, lc; in affs_symlink() local355 lc = '/'; in affs_symlink()366 if (c == '.' && lc == '/' && *symname == '.' && symname[1] == '/') { in affs_symlink()370 lc = '/'; in affs_symlink()371 } else if (c == '.' && lc == '/' && *symname == '/') { in affs_symlink()373 lc = '/'; in affs_symlink()376 lc = c; in affs_symlink()379 if (lc == '/') in affs_symlink()
54 unsigned len, int lc, int lng) in hpfs_translate_name() argument64 if (!lc) return from; in hpfs_translate_name()
64 int lc; in hpfs_readdir() local105 lc = hpfs_sb(inode->i_sb)->sb_lowercase; in hpfs_readdir()162 tempname = hpfs_translate_name(inode->i_sb, de->name, de->namelen, lc, de->not_8x3); in hpfs_readdir()
329 struct yaffs_linux_context *lc = yaffs_dev_to_lc(dev); in yaffs_set_super_dirty_val() local331 if (lc) in yaffs_set_super_dirty_val()332 lc->dirty = val; in yaffs_set_super_dirty_val()336 struct super_block *sb = lc->super; in yaffs_set_super_dirty_val()357 struct yaffs_linux_context *lc = yaffs_dev_to_lc(dev); in yaffs_check_super_dirty() local359 if (lc && lc->dirty) in yaffs_check_super_dirty()364 struct super_block *sb = lc->super; in yaffs_check_super_dirty()