Home
last modified time | relevance | path

Searched refs:shmem_acct_block (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dshmem.c198 * shmem_getpage reports shmem_acct_block failure as -ENOSPC not -ENOMEM,
201 static inline int shmem_acct_block(unsigned long flags, long pages) in shmem_acct_block() function
221 if (shmem_acct_block(info->flags, pages)) in shmem_inode_acct_block()
/kernel/linux/linux-6.6/mm/
H A Dshmem.c192 * shmem_get_folio reports shmem_acct_block failure as -ENOSPC not -ENOMEM,
195 static inline int shmem_acct_block(unsigned long flags, long pages) in shmem_acct_block() function
216 if (shmem_acct_block(info->flags, pages)) in shmem_inode_acct_block()

Completed in 11 milliseconds