Home
last modified time | relevance | path

Searched refs:pct (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_fsops.c165 int pct; in xfs_growfs_data_private() local
169 pct = in->imaxpct; in xfs_growfs_data_private()
170 if (nb < mp->m_sb.sb_dblocks || pct < 0 || pct > 100) in xfs_growfs_data_private()
174 dpct = pct - mp->m_sb.sb_imax_pct; in xfs_growfs_data_private()
/fs/cifs/
Dnetmisc.c172 const char *pct; in cifs_convert_address() local
184 pct = memchr(src, '%', len); in cifs_convert_address()
185 alen = pct ? pct - src : len; in cifs_convert_address()
192 if (pct) { in cifs_convert_address()
197 memcpy(scope_id, pct + 1, slen); in cifs_convert_address()