Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dinode.h128 int sysfile_type);
H A Docfs2_trace.h1478 TP_PROTO(unsigned long long ino, unsigned int flags, int sysfile_type),
1479 TP_ARGS(ino, flags, sysfile_type),
1483 __field(int, sysfile_type)
1488 __entry->sysfile_type = sysfile_type;
1491 __entry->flags, __entry->sysfile_type)
H A Dalloc.c6418 int sysfile_type, in ocfs2_free_cached_blocks() argument
6429 inode = ocfs2_get_system_file_inode(osb, sysfile_type, slot); in ocfs2_free_cached_blocks()