Searched refs:logoff (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/nvdimm/ |
D | btt.h | 71 __le64 logoff; member 139 u64 logoff; member
|
D | btt.c | 193 arena->logoff + (2 * lane * LOG_ENT_SIZE), ent, in btt_log_read_pair() 231 debugfs_create_x64("logoff", S_IRUGO, d, &a->logoff); in arena_debugfs_init() 351 u64 ns_off = arena->logoff + (((2 * lane) + sub) * LOG_ENT_SIZE); in __btt_log_write() 392 size_t mapsize = arena->logoff - arena->mapoff; in btt_map_init() 566 arena->logoff = arena->mapoff + mapsize; in alloc_arena() 567 arena->info2off = arena->logoff + logsize; in alloc_arena() 605 arena->logoff = arena_off + le64_to_cpu(super->logoff); in parse_arena_meta() 770 super->logoff = cpu_to_le64(arena->logoff - arena->infooff); in btt_arena_write_layout()
|
/linux-4.4.14/drivers/gpu/vga/ |
D | Kconfig | 28 X isn't running and delayed switching until the next logoff. This
|
/linux-4.4.14/fs/cifs/ |
D | smb2ops.c | 1492 .logoff = SMB2_logoff, 1570 .logoff = SMB2_logoff, 1651 .logoff = SMB2_logoff, 1738 .logoff = SMB2_logoff,
|
D | cifsglob.h | 247 int (*logoff)(const unsigned int, struct cifs_ses *); member
|
D | smb1ops.c | 1046 .logoff = CIFSSMBLogoff,
|
D | connect.c | 2334 if (ses->status == CifsExiting && server->ops->logoff) { in cifs_put_smb_ses() 2336 rc = server->ops->logoff(xid, ses); in cifs_put_smb_ses()
|
/linux-4.4.14/drivers/staging/rts5208/ |
D | xd.c | 35 static int xd_init_page(struct rtsx_chip *chip, u32 phy_blk, u16 logoff, 1138 u16 logoff, u8 start_page, u8 end_page) in xd_init_page() argument 1161 0xFF, (u8)(logoff >> 8)); in xd_init_page() 1162 rtsx_add_cmd(chip, WRITE_REG_CMD, XD_BLOCK_ADDR1_L, 0xFF, (u8)logoff); in xd_init_page()
|