OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sb_locktable
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/lib/blkid/
probe.c
1100
if (strlen(sbd->
sb_locktable
))
1101
label = sbd->
sb_locktable
;
1102
blkid_set_tag(probe->dev, "LABEL", label, sizeof(sbd->
sb_locktable
));
1122
if (strlen(sbd->
sb_locktable
))
1123
label = sbd->
sb_locktable
;
1124
blkid_set_tag(probe->dev, "LABEL", label, sizeof(sbd->
sb_locktable
));
[
all
...]
probe.h
445
char
sb_locktable
[GFS_LOCKNAME_LEN];
member in struct:gfs2_sb
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
gfs2_ondisk.h
120
char
sb_locktable
[GFS2_LOCKNAME_LEN];
member in struct:gfs2_sb
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
gfs2_ondisk.h
120
char
sb_locktable
[GFS2_LOCKNAME_LEN];
member in struct:gfs2_sb
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
gfs2_ondisk.h
120
char
sb_locktable
[GFS2_LOCKNAME_LEN];
member in struct:gfs2_sb
Completed in 2126 milliseconds