Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dinode.h129 int sysfile_type);
H A Dinode.c122 int sysfile_type) in ocfs2_iget() argument
131 sysfile_type); in ocfs2_iget()
145 args.fi_sysfile_type = sysfile_type; in ocfs2_iget()
H A Docfs2_trace.h1480 TP_PROTO(unsigned long long ino, unsigned int flags, int sysfile_type),
1481 TP_ARGS(ino, flags, sysfile_type),
1485 __field(int, sysfile_type)
1490 __entry->sysfile_type = sysfile_type;
1493 __entry->flags, __entry->sysfile_type)
H A Dalloc.c6386 int sysfile_type, in ocfs2_free_cached_blocks() argument
6397 inode = ocfs2_get_system_file_inode(osb, sysfile_type, slot); in ocfs2_free_cached_blocks()