Lines Matching refs:ui
286 unsigned int *ui; in f2fs_sbi_show() local
369 ui = (unsigned int *)(ptr + a->offset); in f2fs_sbi_show()
371 return sysfs_emit(buf, "%u\n", *ui); in f2fs_sbi_show()
380 unsigned int *ui; in __sbi_store() local
454 ui = (unsigned int *)(ptr + a->offset); in __sbi_store()
474 *ui = t; in __sbi_store()
486 if (t == *ui) in __sbi_store()
488 *ui = t; in __sbi_store()
497 if (t == *ui) in __sbi_store()
499 *ui = t; in __sbi_store()
508 *ui = t; in __sbi_store()
515 *ui = t; in __sbi_store()
610 *ui = t; in __sbi_store()
617 *ui = t; in __sbi_store()
704 if (t == *ui) in __sbi_store()
706 *ui = (unsigned int)t; in __sbi_store()
713 if (t == *ui) in __sbi_store()
715 *ui = (unsigned int)t; in __sbi_store()
722 if (t == *ui) in __sbi_store()
724 *ui = (unsigned int)t; in __sbi_store()
737 *ui = (unsigned int)t; in __sbi_store()