Home
last modified time | relevance | path

Searched refs:revoke_creds (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ext4/
H A Dext4_jbd2.h266 int rsv_blocks, int revoke_creds);
317 #define ext4_journal_start_with_revoke(inode, type, blocks, revoke_creds) \ argument
319 (revoke_creds))
324 int revoke_creds) in __ext4_journal_start() argument
327 rsv_blocks, revoke_creds); in __ext4_journal_start()
400 int revoke_creds) in ext4_journal_ensure_credits() argument
403 revoke_creds, 0); in ext4_journal_ensure_credits()
H A Dindirect.c727 int revoke_creds) in ext4_ind_truncate_ensure_credits() argument
733 ext4_blocks_for_truncate(inode), revoke_creds, in ext4_ind_truncate_ensure_credits()
/linux/include/trace/events/
H A Dext4.h1756 int revoke_creds, int type, unsigned long IP),
1758 TP_ARGS(sb, blocks, rsv_blocks, revoke_creds, type, IP),
1765 __field( int, revoke_creds )
1774 __entry->revoke_creds = revoke_creds;
1781 __entry->revoke_creds, __entry->type, (void *)__entry->ip)
1786 int revoke_creds, int type, unsigned long IP),
1788 TP_ARGS(inode, blocks, rsv_blocks, revoke_creds, type, IP),
1796 __field( int, revoke_creds )
1805 __entry->revoke_creds = revoke_creds;
1813 __entry->revoke_creds, __entry->type, __entry->ino,