Searched refs:SF_INTL (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Daffs_fs_sb.h39 #define SF_INTL 0x0001 /* International filesystem. */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Daffs_fs_sb.h39 #define SF_INTL 0x0001 /* International filesystem. */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/affs/
H A Dnamei.c66 return AFFS_SB->s_flags & SF_INTL ? affs_intl_toupper : affs_toupper;
241 dentry->d_op = AFFS_SB->s_flags & SF_INTL ? &affs_intl_dentry_operations : &affs_dentry_operations;
H A Dsuper.c362 AFFS_SB->s_flags |= SF_INTL;
381 AFFS_SB->s_flags |= SF_INTL | SF_OFS;

Completed in 41 milliseconds